| | 1 | 1. User Login |
| | 2 | 1. Batch Upload data in xls format |
| | 3 | 1. This requires a consistent model |
| | 4 | 1. Align xls data headers with model entities |
| | 5 | 1. View of these data |
| | 6 | 1. User has specific need of view |
| | 7 | 1. adjust the labels of the data forms according to user needs. |
| | 8 | |
| | 9 | == Secure view of data to appropriately authorized users == |
| | 10 | Not all users have the same rights at all columns/headers (according to xls) and entities according to our model. |
| | 11 | |
| | 12 | 1. user login |
| | 13 | 1. Check users ' rights |
| | 14 | 1. Show only data views he has right to view |
| | 15 | 1. permit edit only to entities he has teh appropriate right |
| | 16 | |
| | 17 | [[BR]] |
| | 18 | 1. (In case unauthorized user) Give permission to write/insert data in DB , and trigger an event for the editor or admin user to permit these changes. |