illinois / queue

A microservice queue for holding open office hours
University of Illinois/NCSA Open Source License
82 stars 36 forks source link

Increase max length of location field #335

Closed code-arman closed 2 years ago

code-arman commented 2 years ago

When creating a new question, the "Location" input has a maximum character count of 60. Increasing the character count to 100 would allow students to put a Zoom link into the Location input.

Fixes #334

Screen Shot 2021-10-27 at 11 48 26 PM

echuber2 commented 2 years ago

Was this tested with a replica of the existing database?

mpara17 commented 2 years ago

I tried to test the Zoom URL link in a current Queue and it still gives the error This field has a maximum length of 60 characters

echuber2 commented 2 years ago

It hasn't been deployed on the live server yet. There are several chores I'll have to schedule during downtime before some of the pending updates can be made. In the future, we'll want to coordinate before merging PRs to master, if we want to avoid a hard fork.

echuber2 commented 2 years ago

This fix is active now, but not all of the other pending features like starred queues are yet.