openwichita / public-meetings

A service to show all upcoming available public meetings for the City of Wichita.
1 stars 4 forks source link

new meeting data #19

Closed Mearnest closed 7 years ago

Mearnest commented 7 years ago

Building and website info are in extras and the json is prettified.

You will have to drop and redo, or the database gets out of whack. Tried to resolve that in seeds, but wasn't successful.

mix ecto.drop mix ecto.create mix ecto.migrate mix run priv/repo/seeds.exs

You should see 546 meeting events after running the server.

Mearnest commented 7 years ago

I messed up. Should have made the second commit on another branch. The second commit is to expand the Meeting model so that it's usable from other routes and includes the extra fields. Also, to add a show template for an individual meeting linked from the meeting list with all the dates and extra fields displayed for just that meeting.

Mearnest commented 7 years ago

I want to make some adjustments for tonight, so I'll merge this in, and Seth can give his feedback on the next request, if changes need to be made.