-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Tagging] Refined Tag Drawer #190
Comments
@bradenmacdonald @yusuf-musleh About split this task, I think some UI ans styles points can be done separately:
|
@ChrisChV These make sense to split them out. Would you like me to work on them? or did you want to handle them yourself separately? |
Yes, it is better that you work on them to be able to meet the deadline 😁 |
@ChrisChV Sounds good! Will take these on. |
@bradenmacdonald @ChrisChV For the above point, where should the "Manage tags" option be moved down to in the dropdown? I couldn't find the updated location in the figma, it still shows the same spot: |
@yusuf-musleh I can't remember exactly, but I think we decided to keep "manage tags" in the same spot after all. So please ignore number 7 in the description. Sorry for the confusion! |
@ali-hugo Got it, thanks for the clarification! |
@bradenmacdonald About this item:
|
@ChrisChV Don't make any further changes to the legacy screens - we're only focusing on the MFEs now. No problem; could you please just create a separate issue for it in this repo so we can remember to consider it in the future (and tag me on it)? I think it's fine to leave as is for now, as we're getting tight on budget and timeline. |
@bradenmacdonald Thanks! Done: #209 |
"As a course author, I want to easily add tags to content in my course"
Design: See the various "Refined Tag Drawer" flows in "Content Tagging MVP"
Depends on #187 and #188 .
Acceptance Criteria
a. X's appear next to deletable tags
b. Any collapsed taxonomies expand
c. "Add a tag" fields (#188) appear at the bottom of the sections for each taxonomy
d. Buttons in the footer change to "cancel" and "save"
a. Any newly added/deleted tags are persisted. (Use React Query - this should also instantly update any tagging widgets on the Outline/Unit pages)
b. The drawer changes to Read-Only mode but stays open.
c. A toast appears in the bottom left of the page saying "N tags added", "N tags removed", or "X tags added, Y tags removed". We can skip the UNDO feature shown in Figma for now (will come post-MVP)
a. The drawer does not close
b. The footer of the drawer animates to draw the user's attention to the actions (see Figma). Perhaps like Blink 2 at this link
Developer Notes
The text was updated successfully, but these errors were encountered: