cch5ng / job_tracker

1 stars 0 forks source link

[FE] events #19

Closed cch5ng closed 3 years ago

cch5ng commented 3 years ago
cch5ng commented 3 years ago
name = [meeting (default), test, assessment]

format = {
   meeting: [phone (default), video, group],
   test: [
      online timed alone (default),
      online with interviewer,
      online unscheduled alone],
   assessment: [
      take-home unscheduled (default), 
      take-home scheduled timed
   ]
}
cch5ng commented 3 years ago

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local

cch5ng commented 3 years ago

create event, something seems off with creating the new event guid

also need to verify that the timezone conversions work correctly

cch5ng commented 3 years ago

sorting by date looks off on get events by user id view