-
Notifications
You must be signed in to change notification settings - Fork 3
Home
This is the wiki for the CMPUT301F20T01 team project. This project will be a Java Android app that allows users to track, lend and borrow books.
CCID | Github Account | Primary Job | Story Points (approx.) |
---|---|---|---|
hennig1 |
@kylehennig | UML to Java, Firebase | 23 |
mbadam |
@mitchadam | Book details, ISBN scanning | 20 |
nayan |
@nayancprakash | Managing requests | 33 |
rakortbe |
@ryankortbeek | List books borrowed, requested, available | 23 |
kstanisz |
@konradstanski | Profiles, navigation drawer, login | 26 |
claerhou |
@imswebra | Shared dialog fragements | 18 |
For the product backlog, GitHub issues were made for each user story so we could organize them in GitHub projects. The current main project board is viewable here. Each story has its rationale, size estimate and risk level. The stories are numbered according to the user requirements so it is easy to match the story to the requirements. The team will use this to keep track of each member's tasks.
For the UI Figma was used to design the mockups and storyboard sequence. This will greatly assist the team when developing the app in understanding what UI is required. The UI can be found here.
The OOA can be found here. In accordance with instructions from Dr. Ken Wong, entity classes were focused on. This UML will assist the team in understanding the necessary models and their interactions when developing the app.
Note: The above information will be kept up to date as the project evolves.
We have addressed TA feedback by creating a glossary and adding UI, controller and database classes to the UML
Substantial progress has been made on the source code. Several 'high risk' tasks have been completed such as establishing a connection to the database, implementing ISBN scanning, and interfacing with the Android system camera and photo selector. In addition, much of the UI navigation and functionality has been implemented.
Every source code file has a comment describing its role and purpose as well as the primary author.
Unit test cases have been developed for the database. Basic intent testing has also been developed for the current UI.
The UML diagram has been updated to reflect the development this far. Notably, the TA feedback regarding DB, Model and controller classes has been addressed.
More stories have been created in the backlog for tasks not directly related to a user story (ie Database). Also, tickets have been updated on the KanBan board to reflect their current state.
Small changes have been made to reflect the most up to date design
The KanBan board is being used to track what stories are assigned to each team member. Team members discuss and cooperate daily via group chat and meet once a week in labs.
The demonstration will be done using an android phone and screen sharing in the weekly zoom meeting by Eric.
javadoc is in the doc folder