uc1.2.3: Update PDP¶
Actors¶
- User
Preconditions¶
- User is authenticated.
- An existing PDP has been selected.
Post-conditions¶
- Selected PDP‘s data is updated accordingly to modifications done.
- All CDPs are invalidated if necessary.
Normal flow¶
The user launches this use case.
The system displays the following prepopulated non modifiable data:
DataPoint Type: Kind of data - foreign key Location: Location of the sample - label Date Sampled: Date of the sample - date Timeslot: Timeslot for the sampling in seconds - long The system displays the following prepopulated input form:
Data:
Value: measurement reported - double, nullable Actions:
Update: Updates selected location. The user launches Update action.
The system updates selected PDP.
The system invalidates all CDPs.
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.