teamladders / prototype

This version is designed as a classic Laravel 5 application just to design core functions of the service in a simple way.
GNU General Public License v3.0
0 stars 0 forks source link

Create Ladder #5

Open alex-kozlov opened 7 years ago

alex-kozlov commented 7 years ago

A new big button should be added to the top bar. This button should lead the user to a page with form that suggests to fill in the following attributes:

The form should also include to buttons: Create and Publish. Depending on the button a new Ladder will be create with status "draft" or "publish". After the Ladder was created the user should be moved to page with the list of ladders he created (in personal area).

Participants creation page should available only for authenticated users.