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/resource page #49

Closed

Commits on Aug 26, 2024

  1. Create example PR for review

    textbook committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e590f2f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Added Bookmarks page

    to add all the bookmarks in one place, created link and route /bookmarks in Header
    OlhaDanylevska committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ac811ef View commit details
    Browse the repository at this point in the history
  2. Added BookmarkFlag icon

    Added BookmarkFlag icon an functionality
    OlhaDanylevska committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d8073f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fully working requests PUT, GET, DELETE

    Update bookmarks table for better data integrity.
    Add bookmarks linking user_id to resource_id.
    Display user-specific bookmarks highlighted in the resource list.
    OlhaDanylevska committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    6fdad9a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Created a Bookmark Context

    Created a Bookmark Context: To manage shared bookmark state across components.
    Wrapped Application: Made the context available throughout the application.
    Updated Components: Modified BookmarksPage, HomePage, and ResourceList to utilise the context for managing bookmarks.
    Made a Commit: Saved and documented your changes.
    OlhaDanylevska committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f1b5c18 View commit details
    Browse the repository at this point in the history