-
Notifications
You must be signed in to change notification settings - Fork 0
Peter le Grand edited this page Feb 12, 2021
·
1 revision
The following is a list of areas to be worked on for API:
- For every screen when opening it, need to check user rights
- Read log
- Change log
- Data verification (some of it need to be done with server) and some can be done on client but always need to be rechecked by server
- Interface in right language and customization
- Save new, delete and edit
- Creating most of core objects (process, content, person, organization, project) goes in 2 steps. First select the type after which the required fields are known and the actual object can be created.
- Option to add favorite in about all screens.
The main objects for which this need to be done are:
- Person
- Organization
- Project
- Content
- Process
- Classification values
For each of these the following screens need to be created:
- Advanced search
- Dashboard
- Create screen
- Edit screen
- Search result list
- Page section as a list (all objects)
- Page section as a calendar (person, organization, project)
- Page section index (Classification values)
- To do (process)