Skip to content

Commit

Permalink
Add organizational decisions to 04_solution_strategy.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremarcos committed Feb 22, 2025
1 parent 50ac862 commit c7fbba1
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/src/04_solution_strategy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,34 @@ Finally, the application will be made responsive to facilitate its use on differ
An example of this will be some of the SOLID principles previously studied, such as the Single responsibility principle or the Open/closed principle.

|===


=== Organizational decisions

|===

| Organizational goal | Tool chosen | Description

| *Task distribution*
| *GitHub Issues*
| It will be used to assign each of the tasks into which the project is divided to a member of the team.
These tasks will be distributed equally among the different members of the team, trying to adjust to the knowledge and tastes of each one.

| *Changes approval*
| *Pull requests*
| Once each task is finished, a pull request will be made so that at least one component of the team other than the developer of the task will review it before merging it to the main branch of the project.

| *Project timeline*
| *GitHub Projects*
| This will be used to track the development of the project and be able to see which parts are completed and which are not, as well as which parts are currently being worked on.

| *Communication*
| *Weekly meetings*
| Meetings will be held on a weekly basis to see what is the status of the project, what has been done and what remains to be done.

| *Documentation*
| *AsciiDoc*
| We have chosen Asciidoc as the primary documentation tool.
This decision is largely due to the ease and intuitiveness of deploying documentation using the tools provided by the Asciidoc ecosystem.

|===

0 comments on commit c7fbba1

Please sign in to comment.