JoshPark03 / DND-Companion-App

Final project for EECS 581, This is a DND Companion app for computers (desktop/laptop). We are using Qt in C++ so it should run on Windows, Linux, and MacOS
0 stars 0 forks source link

Character Viewer Page Part 1 #25

Closed j618p208 closed 1 week ago

j618p208 commented 1 month ago

Pull character information from a character's csv file and show the information in the correct locations on the character viewer page

j618p208 commented 4 weeks ago

What needs to be done:

  1. Add widgets to viewCharacter.cpp for displaying all values
    • Name of Character
    • Stats (Strength, Dex, Con, Int, Wis, Cha, Lvl, Class, Rce, AC, HP, Spd, Prof. Bonus, ect.)
    • List of abilities
    • List of stat proficiencies
    • List of Languages
    • List of armor/weapon proficiencies
    • List of Spells with indication of which are prepped
    • List of Feats
    • Inventory list (Maybe on another page?)
    • Button to open notes
  2. Add functionality to each of these widgets
    • (Some functionality should be left for later such as functionality for each class ability which may require additional widgets)
  3. Retrieve data from the character's csv file and put the data in the appropriate widgets
  4. Interpret the data and compare with the static databases and update values accordingly
chanulee1 commented 3 weeks ago

I'm going to start working on this on Wednesday.

JoshPark03 commented 2 weeks ago

Left to do: