OpenSplit / opensplit-frontend

The frontend for OpenSplit written in VueJS
2 stars 1 forks source link

Missing "Create new group" button #3

Closed fleaz closed 5 years ago

fleaz commented 6 years ago

Because of the new DB layout I wiped the database for the development installation. But now I can't create a group and therefore can't test any of the features :D

emsuiko commented 6 years ago

@f-breidenstein, please document the API call to create a group! :(

fleaz commented 6 years ago

Oh wow, this is indeed missing from the api docs :/

Will fix the docs ASAP before doing anything else with the backend!

Creating a new group is done via a POST to /groups with {"name": "myfancygroupname"} in the body.

fleaz commented 5 years ago

This was fixed in 4870ac2f2edafa0767e183dd28e644422ecd8905