mzdaniel/pybay_front_end

Vet CPF 2017 fields

mzdaniel opened this issue · 5 comments

@pybay: Are http://www.pyconsf.com/cfp all the fields we need for 2017?

Dan is referring to the discrepancies between http://www.pybay.com/call-for-proposals and http://www.pyconsf.com/cfp

As far as I can tell, Slides to past talks or current submission AND Links to past talks are not on http://www.pyconsf.com/cfp

I am guessing Onur did not make those fields because they were optional fields last year. For the purpose of the backend, can you make Slides to past talks or current submission AND Links to past talks available?

Onur or others, can you create those fields in the front-end?

As far as I am concerned, It is OK to release CFP page without these fields since they are optional to begin with and we likely won't get a submission within the first week.

Grace

Hi everyone,
I have revised the call for proposal page and it now has the same sections as last year's. Please let me know if you think this needs further revision.

Question: in the registration we collect phone numbers, but if we expect attendees from outside the US I need to format it differently. Should we stick with the normal format or add an international phone number field?
Dan, what is the best way to handle the phone field in the models file?
-Onur

@OnurOzayyy: made comments in your gh-8. Regarding phone numbers, what do you think about spac3_monkey in stackoverflow answer? As a regular expression, I played with r'^((+\d+[ -])*[\d(][\d()- ]+[\d)])$' which seems to cover most cases (short & fairly good looking and even you can put international numbers and extensions at the end with () like "+99 (415) 730-4774 (5)"

@PirosB3 I was not sure about the phone field and I asked Dan about it. Please see his suggestion above. :)

Please look at OnurOzayyy#1