Jmartz007 / Wow_mythic_groups

Tool that helps create mythic+ groups for weekly guild night.
0 stars 1 forks source link

Add and Edit Character Mythic Key info function needed #32

Closed Jmartz007 closed 3 months ago

Jmartz007 commented 3 months ago

Need the ability to Add and Edit an existing character's Mythic key information such as the level and dungeon.

Jmartz007 commented 3 months ago

Added a mythic key input box on the html page. Also edited the post function sqlReader.player_entry() to apply mythic key info into the database.

Need to edit the sqlReader.create_dict_from_db() function to return the mythic key info. Will probably need to redo the select statement to use the char_info view and use the new columns.

Jmartz007 commented 3 months ago

Updated create_dict_from_db() now uses key info. Info now appears in html page. created functions to return key info and update key info.

TODO: need to edit the view function to post update to key info.