Customise import for DurHack DevPost and location strings #18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #9
Adapts the CSV import functionality to allow for a new
Location
field (vs. the original auto-generatedTableNumber
). The question for 'what is your table?' should be reordered on the imported devpost CSV so that it is the 15th column (index 14, column O in Excel) that contains the location info of a team (e.g. 14.3 of whatever logistics decides - the field is an unvalidated string so anything goes at the moment).After testing last year's DevPost CSV, this PR also addresses long project names overflowing from their containers on the judging page and the admin dashboard. That was fun to work out 🙂.
Still working on allowing locations to be edited on the admin side.