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/admin dashboard visualize group events 413 #448

Commits on Aug 19, 2023

  1. Add EventCard and GroupEventCard components

    - The admin dashboard now renders recurring events (with a groupId) as a single item
    on the admin dashboard
    cblanken committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    9dd2f8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a942a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    69be73b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9475ce View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:Together-100Devs/Together into feat…

    …ure/adminDashboardVisualizeGroupEvents-413
    cblanken committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4920efb View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    6457b93 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Merge branch 'main' of github.com:Together-100Devs/Together into feat…

    …ure/adminDashboardVisualizeGroupEvents-413
    cblanken committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4e7afe0 View commit details
    Browse the repository at this point in the history
  2. Fix EventCard render error when user not logged in

    When the DataService fails to retrieve the displayName for the user, "UNKNOWN" is displayed
    in its place.
    cblanken committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    be9b300 View commit details
    Browse the repository at this point in the history