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

109 agenda session registrations #125

Merged
merged 47 commits into from
Mar 20, 2024

Commits on Mar 16, 2024

  1. feat: registered sessions now are favorited. Added additional data to…

    … session regi #78
    rbento1096 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    cac7d00 View commit details
    Browse the repository at this point in the history
  2. refactor: changed session types and associated logic

    rbento1096 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f336b78 View commit details
    Browse the repository at this point in the history
  3. feat: added agenda and session registrations #109

    rbento1096 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    af0d0bb View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. feat: added session detail (web view) #109

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    09e306c View commit details
    Browse the repository at this point in the history
  2. feat: added filter session by speakers #109

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    cf026cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5df3e87 View commit details
    Browse the repository at this point in the history
  4. feat: added minimum time interval between sessions #109

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    2110de6 View commit details
    Browse the repository at this point in the history
  5. fix: removed block when session is full #109

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    926a08a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    829effb View commit details
    Browse the repository at this point in the history
  7. feat: added custom error messages to registrations #109

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    b312d07 View commit details
    Browse the repository at this point in the history
  8. feat: added guards for admins and users with spot

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e41d8bf View commit details
    Browse the repository at this point in the history
  9. fix: missing home tab for unregistered users

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    8db6bf5 View commit details
    Browse the repository at this point in the history
  10. feat: added social media links to users and speakers #78

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    81deb83 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c6dc8d View commit details
    Browse the repository at this point in the history
  12. feat: added organization management #111

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    61490ba View commit details
    Browse the repository at this point in the history
  13. chore: fixed imports #111

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    703d73d View commit details
    Browse the repository at this point in the history
  14. feat: added venue management #111

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    7e099ad View commit details
    Browse the repository at this point in the history
  15. fix: added missing translations #111

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    f604ff8 View commit details
    Browse the repository at this point in the history
  16. fix: added missing html editor import #111

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d0ea59a View commit details
    Browse the repository at this point in the history
  17. feat: added room management #111

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    a163818 View commit details
    Browse the repository at this point in the history
  18. feat: added speaker management #111

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    9795599 View commit details
    Browse the repository at this point in the history
  19. feat: added content insertion to manage page #111

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    64bec70 View commit details
    Browse the repository at this point in the history
  20. fix: session error messages appear blank #109

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    317d26e View commit details
    Browse the repository at this point in the history
  21. fix: could not load full list of rooms #78

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    cd07a01 View commit details
    Browse the repository at this point in the history
  22. fix: speakers not added to new and updated sessions #109

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    dfc0abd View commit details
    Browse the repository at this point in the history
  23. feat: added session management #111

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    c05e985 View commit details
    Browse the repository at this point in the history
  24. chore: removed console.log #111

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    00e086e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a4d012e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    21d12e7 View commit details
    Browse the repository at this point in the history
  27. feat: added date to session detail #109

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    ba04ffa View commit details
    Browse the repository at this point in the history
  28. fix: missing obligatory dots and error highlighting #111

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    24635eb View commit details
    Browse the repository at this point in the history
  29. feat: added back-button to all detial pages #78

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    2e46b50 View commit details
    Browse the repository at this point in the history
  30. fix: speakers list is filtered by organization

    rbento1096 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e6be87f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e8c2441 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. fix: wrong link for sessions

    rbento1096 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    481e11e View commit details
    Browse the repository at this point in the history
  2. style: removed description from session card

    rbento1096 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    48ed935 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    2691ac6 View commit details
    Browse the repository at this point in the history
  2. feat: can't unfavorite registered sessions

    rbento1096 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9fde6cb View commit details
    Browse the repository at this point in the history
  3. feat: added data migration script

    rbento1096 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    fce7279 View commit details
    Browse the repository at this point in the history
  4. style: added more info to session detail per request

    rbento1096 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    687c072 View commit details
    Browse the repository at this point in the history
  5. feat: added links to speakers on session detail

    rbento1096 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8e0e887 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1315094 View commit details
    Browse the repository at this point in the history
  7. feat: added session page, link and open on mobile

    rbento1096 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1e85c5f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    8e85c18 View commit details
    Browse the repository at this point in the history
  2. fix: favoriting/registering a session on mobile would open detail and…

    … block on loading
    rbento1096 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e978899 View commit details
    Browse the repository at this point in the history
  3. fix: country leaders can't access manage page

    rbento1096 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    870e186 View commit details
    Browse the repository at this point in the history
  4. review changes #109 #111

    rbento1096 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    44283c0 View commit details
    Browse the repository at this point in the history