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

Feature/sckan 333 #360

Merged
merged 11 commits into from
Nov 26, 2024
Merged

Feature/sckan 333 #360

merged 11 commits into from
Nov 26, 2024

Conversation

D-GopalKrishna
Copy link
Contributor

@D-GopalKrishna D-GopalKrishna commented Nov 17, 2024

Jira link - SCKAN-333

About task:

  1. Backend Logic: -- By default show - show human-created notes & those associated with Invalid and Exported states.
  2. Add boolean filter - include_system_notes
  3. update openapi spec
  4. add checkbox in Frontend, and related logic + update noteService

demo video
Screencast from 11-17-2024 03:26:57 PM.webm

Q(user=system_user, note__icontains="exported") |
~Q(user=system_user)
~Q(user=system_user)) &
~Q(type__in=[NoteType.TRANSITION])
Copy link
Contributor Author

@D-GopalKrishna D-GopalKrishna Nov 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This allows us to - not show any transition related notes by default

@ddelpiano
Copy link
Member

@D-GopalKrishna an issue here - the export transition should show up as per acceptance criteria

scrnli_XAuCM5d7WaQ1mi.webm

Copy link
Member

@ddelpiano ddelpiano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exported missing the filter

- to include invalid and exported transitions
@D-GopalKrishna
Copy link
Contributor Author

thanks @ddelpiano ! Updated it - by removing the logic to - not include the transition notes.

2024-11-26.16-02-20.mp4

@ddelpiano ddelpiano self-requested a review November 26, 2024 11:21
@ddelpiano ddelpiano merged commit 6224e26 into develop Nov 26, 2024
1 check passed
@ddelpiano ddelpiano deleted the feature/SCKAN-333 branch November 26, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants