wasabee-project / Wasabee-IITC

ENL DrawTools and Op Management
Apache License 2.0
30 stars 21 forks source link

Remove denormalizations in the JSON #26

Open cloudkucooland opened 4 years ago

cloudkucooland commented 4 years ago

We added some places in the JSON where both GoogleID and IngressName is passed (markers, links). This is dumb. Pass just the GoogleID, resolve in the code. Functions exist for this. Use them.

Once this is complete in both the app and IITC plugin, remove from server.

marker.completedBy is the ugliest, passes name but no GoogleID, will require a coordinated change.

cloudkucooland commented 4 years ago

half done; need to do marker.completedBy in the future

cloudkucooland commented 4 years ago

setting to 0.18, but depends on mobile app coming along

cloudkucooland commented 4 years ago

OwnedOps is now gone. OwnedTeams needs to be removed, but not for this version.

cloudkucooland commented 4 years ago

OwnedTeams is officially deprecated, unused in 0.18. Will remove from server sometime after 0.18 released.

cloudkucooland commented 3 years ago

We need to use a single date format in the server and JSON code. Some are UNIX epoch time, some are RFC 1123.... some are SQL format...