Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add actions component and use it on the coaching sessions page #30

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

jhodapp
Copy link
Member

@jhodapp jhodapp commented Sep 26, 2024

Description

This PR adds a new component that manages listing, adding, editing and deleting actions and uses it in the coaching sessions page.

NOTE To try out this PR, you also need Jim-Hodapp-Coaching/refactor-platform-rs#67 (if it hasn't been approved and merged yet).

GitHub Issue: None

Changes

  • Add a new component that lists/adds/edits/deletes Actions

Screenshots / Videos Showing UI Changes (if applicable)

Refactor Coaching _ Mentoring

Testing Strategy

  1. Log in and navigate to a coaching session
  2. Expand the overarching goal bar to reveal the actions tab, click on it
  3. Add a new action
  4. Navigate away from this coaching session and return to it
  5. Notice that the action added is listed
  6. Notice that you can also add an action by clicking the "Save" button or by pressing on the keyboard
  7. Click on the "..." menu of the action and click "Edit"
  8. Change the action body, due by date, and status
  9. Navigate away from this coaching session and return to it
  10. Notice that the updated action is listed
  11. Notice that you can also update an action by clicking the "Save" button or by pressing on the keyboard
  12. From the "..." menu, click "Delete" and notice that the action is gone from the list
  13. Navigate away from this coaching session and return to it
  14. Notice that the actions is not listed
  15. Add several new actions
  16. Try sorting the actions by clicking on each column heading

Concerns

None

@jhodapp jhodapp added the feature work Specifically implementing a new feature label Sep 26, 2024
@jhodapp jhodapp self-assigned this Sep 26, 2024
@jhodapp jhodapp marked this pull request as ready for review September 26, 2024 21:37
@jhodapp jhodapp merged commit 29f47cd into main Sep 27, 2024
1 check passed
@jhodapp jhodapp deleted the add_actions_to_coaching_page branch September 27, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature work Specifically implementing a new feature
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants