uc1.1.2: Add Location¶
Actors¶
- User
Preconditions¶
- User is authenticated.
Post-conditions¶
- New location is added with correct informations.
- All CDP are invalidated.
Normal flow¶
The user launches this use case.
The system displays the following input form:
Data:
Name: Location name, rule 1 - char(100). Description: Description - char(500). Latitude: Geospacial latitude - double. Longitude: Geospacial longitude - double. Geometry: List of geospacial points delimiting an area - text. Parents: List of parent locations, rule 2 - foreign keys. Actions:
Submit: Creates the new location. The user launches Submit action.
The system creates the new location.
The system invalidates all CDP.
Alternate flows¶
4a. Input data is invalid :
4.a.1. The system goes back to step 2 adding error informations.
Business Rules¶
See Business Rules.