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

Add features to participant preview #252

Merged
merged 23 commits into from
Sep 27, 2024
Merged

Add features to participant preview #252

merged 23 commits into from
Sep 27, 2024

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    419e3d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4a533d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83c6e56 View commit details
    Browse the repository at this point in the history
  4. Use Firebase storage for images

    Note that this currently requires adding image assets to Firebase
    storage, including the Firebase storage emulator. Will open a feature
    request for adding a script to populate the storage emulator.
    vivtsai committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7a868b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ca3ff6 View commit details
    Browse the repository at this point in the history
  6. Add imageId field to multiple choice items to use in survey rendering

    Instead of hardcoding based on LAS game, use the new imageId field
    (try rendering image if field is not empty).
    vivtsai committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    485778d View commit details
    Browse the repository at this point in the history
  7. Add imageId field to chat discussion item to use in chat rendering

    Instead of hardcoding based on LAS game, use the new imageId field.
    vivtsai committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1a8d0ed View commit details
    Browse the repository at this point in the history
  8. Add progress config to base stage and use in waiting screen logic

    Show waiting screen if the current stage has not reached min
    participants, or if waitForParticipants is set to true and some
    participants have not yet unlocked the stage.
    vivtsai committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e60ac44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2fa63f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb6e5ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a3c35db View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7d3a8c8 View commit details
    Browse the repository at this point in the history
  13. Fix bug in field name

    vivtsai committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1c5e08e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    981c6a7 View commit details
    Browse the repository at this point in the history
  15. Fix election formatting bugs

    vivtsai committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    00f3b77 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bb7b72f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6cdc3c9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1379941 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f633634 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e9fcfef View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    14f3eae View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Fix info and help modals.

    cjqian committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    40cadef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    623368c View commit details
    Browse the repository at this point in the history