mentiflectax / 50web

Sinatra websites using a50c gem
0 stars 0 forks source link

Issue 29: Contest management page #31

Open mentiflectax opened 7 years ago

mentiflectax commented 7 years ago

This is part of issue 29.

  1. If the logged-in user is an organizer, there main.erb should have a link to a contest management page.
  2. The contest management page should list all existing song contests with status, and a button for creating a new one.
  3. If you click on a contest page, you get to a second page, where you can edit it.

Mockups

Management page

issue30_1

Contest details page

issue30_2

mentiflectax commented 7 years ago

Here is the Balsamiq file, if you want to change the mockup.

mentiflectax commented 7 years ago

To do

Strikethrough means the task is completed.

mentiflectax commented 7 years ago

All changes in issue9 branch.

mentiflectax commented 7 years ago

Added a page for managing contests (contests.erb) and a link to it on the main page.

mentiflectax commented 7 years ago

Current progress:

img04

mentiflectax commented 7 years ago

Database changes for this issue are located in issue31.sql.

mentiflectax commented 7 years ago

Now the following message is displayed, if there are no contests:

img01