Choirless / Application-Server

The front-end of the Choirless platform.
MIT License
6 stars 3 forks source link

Save song partNames in the same API call as the song creation #15

Closed glynnbird closed 4 years ago

glynnbird commented 4 years ago

IF I create a song and I have specified some song part names THEN the app server should send those partNames as a flat array to POST /choir/song https://github.com/Choirless/choirlessapi/blob/master/API.md#post-choirsong instead of repeatedly calling POST /choir/songPartName for each part name.

Individual editing of song part names should be via POST /choir/songPartName & DELETE /choir/songPartName.

seanmtracey commented 4 years ago

Yup, agreed. Will implement in the coming days :)

seanmtracey commented 4 years ago

Resolved in #17