gregsadetsky / nycnoise

https://nyc-noise.com
15 stars 0 forks source link

venue field requests #213

Closed nycnoise closed 4 months ago

nycnoise commented 4 months ago

(i tried to do some of this myself, apologies if it was poorly!!)

new fields (not for site display) • "cap" (CharField) –– for "capacity"; would also love to have this visible in venue overview • "hou$e" (CharField) –– ditto for venue overview (& written like this so i remember it stands for "house fees," lol) • "booking link" (URLField) • "backline link" (URLField)

field changes (displayed on site) • make accessibility notes rich text (for email links); is this just CharField → TextField ?

field changes (back end) • how much of a bitch would it be to shorten "accessibility emoji" field name to "♿️" to narrow column space?

screenshot  accessibility emoji
gregsadetsky commented 4 months ago

Ah ha yeah sorry table/model changes are a tad more involved :) but super appreciate the changes!!

We'll look at them together for sure

nycnoise commented 4 months ago

YAY SO COMPLETED