Skip to content

Commit

Permalink
Adds some stuff to the report
Browse files Browse the repository at this point in the history
meow
  • Loading branch information
JTrenerry authored May 1, 2024
1 parent 8d8cc30 commit 3ddde31
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions report/REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ implementing this project. It should include descriptions of what you would do d
rience of implementing the project. Describe potential benefits or improvements that may be delivered
by applying the lessons you have learnt during the project. You will not lose marks for identifying problems
with your architecture or software design.
--->

# UniBasement
Expand All @@ -63,5 +61,19 @@ with your architecture or software design.
## Critique

## Evaluation
### Testing

### Quality Attributes
#### Availability

#### Reliability

#### Maintainability
The core functionality of UniBasement and the way it has been designed, allows for future use with minimal maintenance needed.

For example, adding new courses and/or exams is not something done with code, and as such can be done by someone with no techincal understanding of the underlying system. This abstracts the course/exam mantenance off the deveolpers and to the students/admins leaving just new features and bug fixing to deveolpers.

The containerazation of UniBasement allows for two different code bases / containers, that communicate to each other with highly [documented](../docs/HANDSHAKE.md) API calls. This not only allows for ease of use, but a way to understand what is expected on either end without having to search through the entire code base. Another key factor to consider is that both the front-end and the back-end is writtern in the same language, which if the documentation fails (not able to communicate effectively) or is no longer up to date, the developer should be able to understand each component of the system.


## Reflection

0 comments on commit 3ddde31

Please sign in to comment.