-
Notifications
You must be signed in to change notification settings - Fork 0
Report Template
This document contains the relevant design and implementation aspects of LS project's first phase.
The following diagram holds the Entity-Relationship model for the information managed by the system.
(include an image or a link to the conceptual diagram)
We highlight the following aspects:
- (include a list of relevant design issues)
The conceptual model has the following restrictions:
- (include a list of relevant design issues)
The physical model of the database is available in (link to the SQL script with the schema definition).
We highlight the following aspects of this model:
- (include a list of relevant design issues)
(include a link to the YAML file containing the Open-API Specification)
In our Open-API specification, we highlight the following aspects:
(include a list of relevant issues or details in your specification)
(describe how a request goes through the different elements of your solution)
(describe the relevant classes/functions used internally in a request)
(describe how and where request parameters are validated)
(describe how connections are created, used and disposed, namely its relation with transaction scopes).
(describe any created classes to help on data access).
(identify any non-trivial used SQL statements).
(describe how errors are handled and their effects on the application behavior).
(enumerate the functionality that is not concluded and the identified defects)
(identify improvements to be made on the next phase)