-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Background and Alignment to dynamic character sheet #395
Comments
I'll try to knock this shortly. |
Character summary screen - "Characters" (/pages/dnd/5e/characters) - is built via a call to /dnd/5e/character-summaries which returns EDN list of characters Via route orcpub/src/cljc/orcpub/route_map.cljc Line 153 in a6a3a9c
Via map orcpub/src/clj/orcpub/routes.clj Line 1032 in a6a3a9c
character-summary-list or character-summaries produces: [{:db/id 17592186470293, :orcpub.dnd.e5.character/classes [{:db/id 17592232375062, :orcpub.dnd.e5.character/level 14, :orcpub.dnd.e5.character/class-name "Paladin", :orcpub.dnd.e5.character/subclass-name "Oath of Vengeance"}], character-summary-list has a Datomic query I can't seem to figure out how to include the characters alignment and background. orcpub/src/clj/orcpub/routes.clj Lines 783 to 808 in 8d04b60
Help needed to populate the character list with alignment and backgound (/pages/dnd/5e/characters) |
Related #467 |
…t-to-dynamic-charactersheet Partial implementation of #395 Add Background and Alignment to Edit screen
Currently the only way to see a character's background and alignment is via the edit screen or exporting as a pdf. Ideally they'd show up here:
The text was updated successfully, but these errors were encountered: