Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Have zoom link be manageable by the judges on the /passJudgment page #532

Open
refcell opened this issue Dec 31, 2020 · 1 comment
Open
Assignees
Labels
fullstack Task that requires attention to both backend and frontend

Comments

@refcell
Copy link
Member

refcell commented Dec 31, 2020

The judging schedule should allow judges to input a zoom link that is synced with db so teams can see these links on their dashboard.

@refcell
Copy link
Member Author

refcell commented Jan 21, 2021

What the judges currently see:
https://github.com/HackSC/odyssey/blob/staging/pages/admin/passJudgment.tsx#L154-L157

<TimeCardLink>
  {item.zoomLink
    ? item.zoomLink
    : "This team has not been assigned a zoom link. Please reach out to the organizers."}
  {/* 
    // TODO: Add Input for judge to enter link for zoom???
    // TODO: How do we assign judges zoom links?
    */}
</TimeCardLink>

@refcell refcell self-assigned this Jan 21, 2021
@refcell refcell added the fullstack Task that requires attention to both backend and frontend label Jan 21, 2021
@refcell refcell added this to the Admin Dashboard Enhancements milestone Jan 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fullstack Task that requires attention to both backend and frontend
Projects
None yet
Development

No branches or pull requests

1 participant