Group 8 Final Project Submission#47
Open
ajwhitney23 wants to merge 140 commits intocs4241-21a:mainfrom
Open
Conversation
Setup React with Server
Setup skeleton code
All spaces are replaced with "_" and all apostrophes are removed (e.g. "Gladiators_Finale.png"). Folders and their contents are as follows:
artifacts - only flowers from each set; name format is "[setname].png" (e.g. "Brave_Heart.png")
chara - a thumbnail for each character; name format is "Character_[charname]_Thumb.png" (e.g. ("Character_Kaedehara_Kazuha_Thumb.png")
charaasc - character ascension materials; name format is "Item_[itemname].png" (e.g. "Item_Calla_Lily.png")
commonmats - materials used in at least two of character ascension, talent upgrade, and weapon ascension; name format is "Item_[itemname].png" (e.g. "Item_Chaos_Oculus.png")
elements - element icons; name format is "Element_[elementname].png" (e.g. "Element_Anemo.png")
misc - mora, level-up, and weapon enhancement; name format is "Item_[itemname].png" (e.g. "Item_Heros_Wit.png")
talent - talent upgrade materials; name format is "Item_[itemname].png" (e.g. "Item_Bloodjade_Branch.png")
weapon - weapons; name format is "Weapon_[weaponname].png" (e.g. "Weapon_AmosBow.png")
weaponasc - weapon ascension materials; name format is "Item_[itemname].png" (e.g. "Item_Boreal_Wolfs_Nostalgia.png")
weapontype - weapon type icons; name format is "Icon_[weptype].png" (e.g. "Icon_Claymore.png")
fetch pref data for user w/ ID 1 for now, until login is implemented
…rect to http://localhost since sendfile was setting to https
updated server to use session id, added login button, had to set redi…
…ton to save prefs into db
updated login to init char/weapon/artifact prefs along with added but…
i am a fool, montag.
Display updates
teeny tiny menu button changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.