YoungMaker / iORC

iORC - Organized Roleplay Creator
3 stars 0 forks source link

Implement Alignments and Religions #62

Closed YoungMaker closed 6 years ago

YoungMaker commented 6 years ago

The alignment and religions are added as VersionInfo text objects on the server. Shortly I will include a list of Queries and mutations related to getting them.

There is currently no way to attach them to a character, but I'm working on that. It will either be as part of the modifier system or (more likely) be added as a new parameter to the character objects.

Item class, currency name, and any other text only properties can be added to the version info with this system. These new features need to be added to the app core.

hwilling commented 6 years ago

I'll start working on this starting tomorrow night. I'm helping Leah study for Chem so after that has concluded I'll make sure to get the queries implemented so we can get alignment/religion selections to be populated by the database.

hwilling commented 6 years ago

The alignment and religions are pulled from the db and added to the data used to create the character as of commit aaefd5c