Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs.2 - Constraints #14 #26

Merged
merged 1 commit into from
Feb 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/02_architecture_constraints.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
[[section-architecture-constraints]]
== Architecture Constraints
=== Technical constraints
Use of SOLID pods:: The user’s information must be secured and stored in personal SOLID pods.
Use of Git:: The version control of the project must be done using Git.

=== Organizational constraints
Fixed number of members:: The Development Team has a fixed number of members. In case there is a loss of staff, we must take over their part of the work.
Weekly meetings:: There must be a weekly meeting in which we will verify a minute where we can discuss the work distribution, problems, …
Communication and code sharing in GitHub:: All members of the work must use GitHub to communicate, organize the work, write the minutes, …
Milestones:: During the course of the project there will be four deliverables in which several requirements must be met.

=== Conventional constraints
Documentation in Arc42:: The documentation of the project must follow the Arc42 template for documentation and communication of software and system architectures.
Use of the English language:: The project and the documentation must be written in the English language.




[role="arc42help"]
Expand Down