Golang-Insiders / site

12 stars 3 forks source link

Site should have a submission forms where speakers can submit their proposed talking slots for community meet-ups. #2

Open MatthewJamesBoyle opened 9 months ago

MatthewJamesBoyle commented 9 months ago

It should be a really simple form that has the following functionality:

For now, when they submit, the talk should be saved to a Postgres DB. We don't currently have a DB, so as part of this task you will need to define a schema and migrations.

dhinogz commented 9 months ago

I can take this! Any preference for database migration tool? I normally use goose.

Here's what I'm planning to add:

MatthewJamesBoyle commented 9 months ago

Goose and HTTP post form sounds fine to me!

Postgres and docker-compose sounds perfect! Thank you!

dhinogz commented 9 months ago

Added draft pull request #5 for this issue, and issue #1