You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature includes all of the endpoints needed for the Character Creation Modal and the Character Selection Screen. These can be opened up into other issues. This issue is meant to open up a discussion about these endpoints. I know what we need for the frontend, but I am not sure what the best way to set those endpoints based on the base data.
Here is what is needed for the frontend:
Gets
An Endpoint to get a list of characters. These characters just need a Name, Profile Image, Game System, ID, ClassName, Level andCampaign Name`. There should be a response for each saved character
An endpoint to get a list of classes from the pathfinder system. They need a Description, Name, Main Attribute, and an Id of some sort. For now, there should only be the Barbarian.
An endpoint to get a list of Backgrounds available. These need a Description, Name, Boosted Attributes, Feats given, and an Id of some sort. For now we should just choose a single background.
An endpoint to get a list of Ancestries available. These need a Description, Name, Boosted Attributes, Heritages, and an Id of some sort. There maybe more information needed. For now we should just choose a single Ancestry.
An endpoint with a list of available TTRPG's. That is just going to be Pathfinder for now, but in the future there will be more.
Posts
An endpoint to save a started character. This should take in all of the data taken in by the user.
I think I need to know what types are made for the ingestion process, just to see how the front end requirements match. This is something that @Gearhartlove can speak to.
The text was updated successfully, but these errors were encountered:
This is just for demonstration
Proposed Feature
This feature includes all of the endpoints needed for the
Character Creation Modal
and theCharacter Selection Screen
. These can be opened up into other issues. This issue is meant to open up a discussion about these endpoints. I know what we need for the frontend, but I am not sure what the best way to set those endpoints based on the base data.Here is what is needed for the frontend:
Gets
Name
,Profile Image
,Game System
,ID
,ClassName,
Leveland
Campaign Name`. There should be a response for each saved characterDescription
,Name
,Main Attribute
, and anId
of some sort. For now, there should only be the Barbarian.Description
,Name
,Boosted Attributes
,Feats given
, and anId
of some sort. For now we should just choose a single background.Description
,Name
,Boosted Attributes
,Heritages
, and anId
of some sort. There maybe more information needed. For now we should just choose a single Ancestry.Posts
I think I need to know what types are made for the ingestion process, just to see how the front end requirements match. This is something that @Gearhartlove can speak to.
The text was updated successfully, but these errors were encountered: