Changes between Version 15 and Version 16 of statusdatabase
- Timestamp:
- Aug 13, 2014, 10:50:04 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
statusdatabase
v15 v16 2 2 3 3 '''Things to change in database revision 2''' 4 * Move project_flights.area to flights.area5 * Move project_flights.priority to flights.priority ?4 * ~~Move project_flights.area to flights.area~~ 5 * ~~Move project_flights.priority to flights.priority~~ 6 6 * Remove sensor_status.id primary key and use the submit_time as primary key. 7 * In sensors add a boolean to add the logic for "display on status page" therefore in theory we could store other sensor data and it would not be added to another column on the status page.8 * Rename sensor_status.sensor_id to Rename sensor_status.flight_id9 * Make primary ticket nullable?7 * ~~In sensors add a boolean to add the logic for "display on status page" therefore in theory we could store other sensor data and it would not be added to another column on the status page.~~ 8 * ~~Rename sensor_status.sensor_id to Rename sensor_status.flight_id~~ 9 * ~~Make primary ticket nullable~~ 10 10 * Make sensor_status.username nullable? check data first 11 11 * Go through and look for reasonable defaults for things. 12 12 * order/order.php page should be created too, this gives simple overview of order in which things should be done when they are not required. 13 * Add a boolean to the flights table so it can be marked as a boresite, for sorting purposes.14 * Add a blocked text field to flight status so that a message can be recorded when a status is marked as blocked.13 * ~~Add a boolean to the flights table so it can be marked as a boresite, for sorting purposes.~~ 14 * ~~Add a blocked text field to flight status so that a message can be recorded when a status is marked as blocked.~~ 15 15 16 * See if progress view / order view is necessary.16 * See if progress view / ~~order view is necessary~~. 17 17 * Determine search stuff properly. Do once progress view is sorted, probably use get variables. 18 18 * Make objects for things like PIs, Flights etc...