Educational Technology Center Equipment Tracking and Enhanced Report Authoring. This desperately needs some refactoring love, as it was my first real-deal Django project (and it was done *somewhat* willy-nilly).
Need to add the ability to track changes in an equipment's status.
This would most likely include a new logging table related to equipment IDs, with the following columns:
Date
Status change text
An insert to this table would be done on saving the model (override save). Each entry from this table would be displayed on a hide-able div on the equipment page, newest entry first.
Need to add the ability to track changes in an equipment's status.
This would most likely include a new logging table related to equipment IDs, with the following columns:
An insert to this table would be done on saving the model (override save). Each entry from this table would be displayed on a hide-able div on the equipment page, newest entry first.