You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,10 @@ You are able to see the current character's details and also who's up next. This
16
16
17
17
##Roadmap
18
18
19
-
Right now the code is quite ugly. I created this project for fun and for some friends. I want to improve the code and add the following features:
19
+
Right now the code is quite ugly. I created this project for fun and for some friends. I want to improve the code and add the **major**following features:
20
20
21
21
* Save/Import/Export characters
22
22
* This would be useful if you, for example, want to save your PC's and use them again on a later date. If you load this program on a different computer then you would just be able to import a certain file and all the characters would be loaded instantly. You could also create characters like a Goblin so you can easily add those to the Tracker.
23
-
* Use WPF or a better "pattern" in WinForms so the code would be a lot better.
24
-
* Right now the code is a mess, and it needs a lot of improvement. A pattern like MVC, MVVM or something like that would improve the codebase a lot.
25
-
* Create a manual for this software.
26
-
* I could maybe use the wiki or create a PDF about how to use this program so it would be more user friendly
27
23
* Allow users to prioritize characters with the same initiative
28
24
* Allow the user to change character names
29
25
* Right now, if you create a character and want to change its name, a new character will be added with that name. Being able to change the name would be a nice feature.
@@ -34,6 +30,13 @@ Right now the code is quite ugly. I created this project for fun and for some fr
34
30
* Updater
35
31
* Notify the user when a new release is published to this repo.
36
32
33
+
34
+
* Create a manual for this software.
35
+
* I could maybe use the Github Wiki or create a PDF about how to use this program so it would be more user friendly
36
+
37
+
* Use WPF or a better "pattern" in WinForms so the code would be a lot better.
38
+
* Right now the code is a mess, and it needs a lot of improvement. A pattern like MVC, MVVM or something like that would improve the codebase a lot.
39
+
37
40
All other upcoming features/bugfixes can be seen in the [Issues](https://github.com/sander1095/DnDCombatTracker/issues) Tab
0 commit comments