klinge / sl-webapp

Members and activities database for a sailing club
0 stars 0 forks source link

Feature finish CRUD for Segling #5

Closed klinge closed 1 week ago

klinge commented 2 weeks ago

Decide on data model Implement changes in database, controllers and views Decide on how to add Medlem to a Segling Implement adding CRUD on adding Medlem to Segling

klinge commented 2 weeks ago

Fixed code up to showing the add member modal dialog and populating it with proper data. Next step: post the form and save the results..

klinge commented 2 weeks ago

Finished functions to add/delete members from a Segling. Next step: update/delete/create a Segling.