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/my voyage resources page #95

Merged
merged 33 commits into from
Feb 29, 2024
Merged

Conversation

MattRueter
Copy link
Contributor

Description

Added resources page for 'My Voyage' where 'voyager' can view and add resources for current team.

Issue link

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

  • My code follows the style guidelines of this project
  • [ x ] I have performed a self-review of my code
  • [ x ] I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • [ x ] My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@MattRueter MattRueter requested a review from Dan-Y-Ko as a code owner February 21, 2024 21:10
Copy link

vercel bot commented Feb 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
chingu-dashboard ⬜️ Ignored (Inspect) Visit Preview Feb 29, 2024 11:13pm

Copy link
Contributor

@Dan-Y-Ko Dan-Y-Ko left a comment

Choose a reason for hiding this comment

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

Several changes are needed

  1. The sorting button should be link variant ( the one with newest/oldest text)
  2. In the resource card, there should be a vertical line between the shared by and the date
  3. The icon in the resource card should become the bolder version when user hovers over the entire card, not just that icon
  4. In the view confirmation modal, the "would you like to see this message again" should not have that background thing behind it
  5. The other sections for the background should have a border radius (same applies to delete modal)
  6. All of the text styles in the resource card needs to be checked again. Please refer to the figma for exact specifications needed
  7. The text styles in the view modal needs to be checked again (same applies to delete modal)
  8. If you do keep that modal section, define the prop types separately, don't inline it
  9. Follow how the modal has been implemented in this project and refactor your modals to fit that

@MattRueter
Copy link
Contributor Author

  • Those 7 style changes should now be fixed. I also noticed the 'EmptyBanner' was bit poor so I made some changes to that so it better matches the specs in the wireframe.
  • Modals have been refactored and added them to the Provider.

@Dan-Y-Ko Dan-Y-Ko self-requested a review February 29, 2024 23:15
Copy link
Contributor

@Dan-Y-Ko Dan-Y-Ko left a comment

Choose a reason for hiding this comment

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

lgtm

@Dan-Y-Ko Dan-Y-Ko merged commit 2332e0c into dev Feb 29, 2024
3 checks passed
@Dan-Y-Ko Dan-Y-Ko deleted the feature/my-voyage-resources-page branch February 29, 2024 23:15
Dan-Y-Ko added a commit that referenced this pull request Jul 9, 2024
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.

2 participants