club-apply
Closed this issue · 0 comments
juliencol commented
User stories
- As a user, I can apply to a club if its accepting applications.
- As an administrator of a club, I can chose to accept applications or not.
Goal
Design a nice apply button with a modal that includes a form to apply for a club. The form should be submited and accessible only by the administrator of the club. Find a way for the club to access the form and check all the applications.
Files
- html in app/views/clubs/show.html.erb
- css in app/assets/stylesheets/clubs/show.scss (create a component and import it)