DeeMcCart / CI_PP5_Jeweller

Jewellery website for CI Project 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task: Sprint 4 Retrospective, Sprint5 Planning:

DeeMcCart opened this issue · comments

EPIC: #10

As a scrum master/developer I can follow Agile principles so that project functionality is achieved incrementally across sprints

Assumptions or Pre-Requisites:

  • Agile methodology is being followed for this project
  • Closing out (weekly) sprint should be done with a retrospective
  • Planning of next sprint should be done with backlog grooming and deciding which tasks to move to 'to do' for this sprint
  • Respect timeboxing and not try to complete any tiny outstanding items from previous Sprint 'quickly' in the new Sprint. The time has passed so now deal with any hangover items in CURRENT sprint

Acceptance Criteria: (Must be completed before task is moved to 'Done')

  • Sprint4 closed off (this happens automatically when using iterations)
  • Any issues which were linked to Sprint4 but not in 'Done' status reviewed and
    moved to next sprint for completion of outstanding tasks
  • OR if the acceptance criteria is met and tasks done, but there are issues, then log the issues as a bug and closeout the original UserStory/ task

Tasks

  • Task1 Retrospective
  • Task2 Backlog groominig
  • Task3 Sprint Planning and issue prioritisation
  • Task4 Update readme with work to date

Task1 RETROSPECTIVE:
Resumed work Tuesday 13/02 after 3 days away, took about a day to get back up to speed again. Quite a few of the outstanding user stories tackled (but many incomplete). Main progress was in:

  • Deployment #56 - got the AWS deployment working correctly once I understood bucket security & need to manually load images. Also resolved issues with user profile creation (however user profiles causing new issues since validation/other updates 19/02/24)
  • Mentor meeting 2 - mid-point - managed Fri 16/02
  • Reviews #57 - added the data structures & creation via Admin console, however need to add a front-end
  • Product listing & management grid for sysadmin
  • Order listing & management grid for sysadmin #58
  • Consistent look & feel - allauth, sticky footer etc (DONE - but introduced new problems 19/02 with visibility of entire content) #53
  • Validation - started with resolving python linting errors across c. 30 py files. (about half done, will need second pass)