Skip to content

Sprint Event Backlog

Ze Hui Peng edited this page Nov 7, 2020 · 19 revisions

Sprint 1: Oct 16 - Oct 23

List of Product backlog items to accomplish:

Planned USID Planned User Story Story Points Assignee Related Github Issue link
US 01.01.01 As an owner, I want to add a book in my books, each denoted with a clear, suitable description (at least title, author, and ISBN). 5 QuocTrungTran #32
US 01.06.01 As an owner, I want to view and edit a book description in my books 2 QuocTrungTran #58
US 08.01.01 As an owner, I want to optionally attach a photograph to a book of mine 5 QuocTrungTran #48
US 02.01.01 As an owner or borrower, I want a profile with a unique username and my contact information 2 Kii-26 #54
US 02.02.01 As an owner or borrower, I want to edit the contact information in my profile 1 Kii-26 #43

List of Items accomplished this sprint that does not directly relate to User Stories:

assignee list of tasks
zhpeng 1. Login UI
2. Integrated add book feature to firestore
kdvuong 1. Setup data access classes for firestore
2. Implement login/signup logic

Sprint 2: Oct 23 - Oct 30

List of Product backlog items to accomplish:

Planned USID Planned User Story Story Points Assignee Related Github Issue link
US 02.03.01 As an owner or borrower, I want to retrieve and show the profile of a presented username. 3 c25vdw #42
US 01.04.01 As an owner, I want to view a list of all my books, and their descriptions, statuses, and current borrowers. 3 c25vdw & zhpeng811 #60
US 04.04.01 As an owner, I want to view all the requests on one of my books. 2 QuocTrungTran #55
US 05.01.01 As an owner, I want to accept a request on one of my books. (Any other requests on the book are declined.) 2 QuocTrungTran #56
US 05.02.01 As an owner, I want to decline a request on one of my books. 2 QuocTrungTran #53

List of Items accomplished this sprint that does not directly relate to User Stories:

assignee list of tasks
zhpeng 1. Implement the edit book functionality
2. Implement the delete book functionality
QuocTrungTran 1. UI for add/edit activity
2. Feature to upload image from gallery
kdvuong 1. Implement request service class
2. Update app UI to black and white theme

Sprint 1: Oct 30 - Nov 6

List of Product backlog items to accomplish:

Planned USID Planned User Story Story Points Assignee Related Github Issue link
US 08.03.01 As an owner or borrower, I want to view any attached photograph for a book 1 zhpeng811 #46
US 06.03.01 As a borrower, I want to view a list of books I am borrowing, each book with its description and owner username 1 kdvuong #57

Note: Not a lot of features planned for this week, this week we are mainly working on unit/intent tests and completing deliverables required for part 3

List of Items accomplished this sprint that does not directly relate to User Stories:

assignee list of tasks
zhpeng 1. Intent test for login activity
2. Update Mock UI and storyboard Sequences
3. added javadoc for model classes
QuocTrungTran 1. Intent test for add/edit activity
2. View all requests functionality including accept and reject
c25vdw 1. Unit tests for searching user
2. Setup CI
kdvuong 1. Setup general framework for unit test
2. Unit tests for login and owned book list

Sprint 1: Nov 6 - Nov 13

List of Product backlog items to accomplish:

Planned USID Planned User Story Story Points Assignee Related Github Issue link
US 01.05.01 As an owner, I want to view a list of all my books, filtered by status. 2 zhpeng811 #49