kreeger / etcetera

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).
http://etc.missouristate.edu/etcetera
BSD 3-Clause "New" or "Revised" License
9 stars 0 forks source link

Add equipment history feature #6

Closed kreeger closed 15 years ago

kreeger commented 15 years ago

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.