-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Milestone
Description
to more specific name property to avoid name conflicts in Cypher queries (especially in list all relationships queries).
Update database schema
- Scenarios: Rename
nametoscenario_name - Locations: Rename
nametolocation_name - Videos: Rename
nametovideos_name - Overlays: Rename
nametooverlays_name
Update apiControllers
- POST scenario
- PUT scenario
- POST location
- PUT location
- POST video
- PUT video
- POST overlay
- PUT overlay
Update controllers in Backend
- ...
Update services in
- ...