thybag / RPGCampaignManager

An Opensource RPG Campaign Manager and World Building tool.
4 stars 7 forks source link

Create Requests for endpoint actions #6

Open thybag opened 4 years ago

thybag commented 4 years ago

Request should provide basic validation of endpoint data to ensure submission is valid before it reaches the controller logic.

Spiker1992 commented 3 years ago

I will probably give this task a go. I noticed that quite a few methods within controllers are empty, I will just ignore those.

The initial lists of requirements that you have within #1 is pretty slim, do you have further ideas for this app? if yes, it might be worth setting up a domain folder for each feature to move business logic out of controllers.

thybag commented 3 years ago

👍 Sounds good - plus yea - still a ways to go till it hits its first stable release. I've effectively just been implementing endpoints as a go, so stuff like editing a Campaigns description has yet to be added.

1 was more just notes to myself re: getting a prototype that could actually build a map and show some content. I'll probably replace it with a few more feature tickets, now the basics are mostly there.