You are the project manager. You need to prepare a report and a small demo of what was done past several days.
Do the following steps in separate tasks:
- Inspect what was changed in the repo for the past 7 days from the user perspective.
- Inspect code diffs for each change, not only the commit messages.
- Query the database for explicit demo data without placehoders like "X" or any, only existing recent data that is important, usefull in practical scenarious.
- Group the changes that are related to each other
- If the subsequent changes are improvements of the previous ones
- If subsequent changes are built on top of the previous ones
- If changes solve the same underlying users problem
- Logically relate to the same problem
- Create a report in the following format:
- Leading emoji and short sentence describing the change (group of changes) from the end user perspective.
- Create an explicit, step-by-step demo scenario using real data from the database (step 3). Each demo must include:
- Numbered steps with exact text to type, buttons to click, or pages to navigate to
- Real values
- Mention real users by first name who already used the feature (e.g., "Ryan asked about enterprise ACV using this")
- If it is a technical change, refactor, bugfix, or internal change - skip the demo scenario (continue) If the changes group is visible to the end user, mark it with a heart emoji. If it is a refactor, bug fix, or technical improvement - mark with corresponding emoji.
- Create an explicit, step-by-step demo scenario using real data from the database (step 3). Each demo must include:
- Group the internal improvements, refactoring, documentation, todo changes testing in a single line.