User Tools

Site Tools


dndwebapp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dndwebapp [2020/01/24 18:30]
benbigmac [Project Requirements/UseCases]
dndwebapp [2020/02/28 21:11] (current)
chasty2 [Back End Documentation]
Line 18: Line 18:
 ==== Project Requirements/​UseCases ==== ==== Project Requirements/​UseCases ====
 ^ Page      ^ requirements ​      ^ Uses         ^ ^ Page      ^ requirements ​      ^ Uses         ^
-| Index/Home Page    | Row 1 Col 2     | Row 1 Col 3        ​+| Index/Home Page    | Clean friendly design, good color balance ​    | A landing page which'​ll allow people to understand what the app is and register/​login ​      
-| Account Creation ​   | |  |+| Account Creation ​   | easy to navigate with data fields containing tooltips to aid in entering dataallows new users of the app to register accounts ​ 
 +| Profile View   ​| ​    ​| ​        |
 | Character Creation ​   |     ​| ​        | | Character Creation ​   |     ​| ​        |
 +| Character View    |     ​| ​        |
 | Item Creation ​   |     ​| ​        | | Item Creation ​   |     ​| ​        |
 | Game Creation ​   |     ​| ​        | | Game Creation ​   |     ​| ​        |
 +| Chat Room    |     ​| ​        |
 +
 ===== Documentation===== ===== Documentation=====
 ==== Front End Documentation==== ==== Front End Documentation====
 ==== Back End Documentation==== ==== Back End Documentation====
 +__
 +Database schema, version 2:
 +__
 +
 +**one baseStats per charSheet
 +
 +{{:​dnd_db_v2.jpg?​nolink&​400|}}
 +
 +__
 +Docker Notes:
 +__
 +<code bash>
 +## Enter these commands in bash on a Linux environment.
 +
 +## create docker image from dockerfile and run it. Must be in initDB directory to build lug-mysql image
 +docker build -t lug-mysql .
 +docker run -d --name=lugdb -e MYSQL_ROOT_PASSWORD=test -p 3306:3306 lug-mysql
 +
 +## delete image and instance if you need to rebuild ​
 +docker rm lugdb
 +docker image rm lug-mysql
 +
 +## enter mysql 
 +docker exec -it lugdb mysql -uroot -p  ​
 +</​code>​
 ===== Meeting Notes===== ===== Meeting Notes=====
 ==== Meeting 1 [11/​09/​2018]==== ==== Meeting 1 [11/​09/​2018]====
dndwebapp.1579890609.txt.gz · Last modified: 2020/01/24 18:30 by benbigmac