Lessons_Learned_Group9 - bounswe/2021SpringGroup9 GitHub Wiki
Here we list the lessons we have learned as a group.
What Went Well (Top 3)
- Overall We believe we have successfully completed all the tasks given to us as a group
- Everybody was respectful to each other, all of us have successfully done our jobs/responsibilities.
- We have managed our Git issues successfully
What Went Wrong (Top 3)
- We had a problem when we tried to merge our API branches into the master branch - there were a lot of conflicts. We overcome this problem by creating a new view and test files for each API of team member and placing them into broad folders.
- We also encountered an API key problem when we try to send a concurrent request to an API with the same key - the API only allowed 1 request per second. We have solved this by subscribing to the API with a different key and using that two keys for two requests.
- We had some difficulties with time management.
Concrete Actions to Improve the Process (Top 3)
- We could learn more about frameworks and libraries that we use or we could use.
- Even though I think we made use of Github issues very well, we did not make use of other resources (Github discussions, etc) enough.
- We should decide on some standards before distributing the tasks.