We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text areas are too limiting for some fields on the Event, and we should move to rich text for description and location.
description
location
This will allow us to easily accommodate multiple speakers for an event, as well as complex or longer location descriptions.
So location becomes its own rich text field, and we can squish presentation & presenter into a description field.
presentation
presenter
This way, we can embed links to the right things via the GUI, and this should also simplify the layouts/_event_layout.html.erb file.
layouts/_event_layout.html.erb
The text was updated successfully, but these errors were encountered:
Closed with #56
Sorry, something went wrong.
crespire
No branches or pull requests
Text areas are too limiting for some fields on the Event, and we should move to rich text for
description
andlocation
.This will allow us to easily accommodate multiple speakers for an event, as well as complex or longer location descriptions.
So
location
becomes its own rich text field, and we can squishpresentation
&presenter
into adescription
field.This way, we can embed links to the right things via the GUI, and this should also simplify the
layouts/_event_layout.html.erb
file.The text was updated successfully, but these errors were encountered: