Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 9c77cde

Browse files
authored
Update README.md
1 parent 6e746a8 commit 9c77cde

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ It is assumes that you have some experience with developing on Windows, or can t
125125
* `BattleScribeDataRestConfig.java` configures the app and performs startup tasks.
126126
* `viewmodel` package contains model classes that are used to pass data between the web services and the Angular front end.
127127
* These objects are converted to/from JSON to be sent/recieved in web requests/responses.
128+
* These objects are used by the BattleScribe app and **should not be changed** without proper planning. Changes could cause problems with BattleScribe reading repository information.
128129
* `model` package contains model classes for BattleScribe XML data files and indexes (http://simple.sourceforge.net/download/stream/doc/tutorial/tutorial.php).
129130
* `dao` package contains "Data Access Object" classes used used to read/write to data sources.
130131
* `GitHubDao.java` is used for communicating with GitHub.

0 commit comments

Comments
 (0)