-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding search, rankings, and mail API's
adding API's for tycoon, corporation, and town searching, API's for rankings metadata and content, and API's to retrieve and manage mail also adding more platform for simulation engine and event management
- Loading branch information
Showing
43 changed files
with
934 additions
and
550 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
|
||
## v0.1 - in progress - updated 2020-09-15 | ||
## v0.1.2 - in progress - updated 2020-12-18 | ||
### platform | ||
* [done] nodejs web-server with basic support [v0.1.0] | ||
* [done] simple in-memory and lightweight databases [v0.1.0] | ||
* [done] internal events, multi-core and threading platform | ||
* [done] login and tycoon management API's [v0.1.0] | ||
* [in progress] proper remember-me support [v0.1.0] | ||
* [pending] company management API's | ||
* [done] proper remember-me support [v0.1.0] | ||
* [done] company management API's [v0.1.0] | ||
* [done] tycoon and corporation search API's [v0.1.1] | ||
* [done] town buildings and companies API's [v0.1.1] | ||
* [done] ranking API's [v0.1.1] | ||
* [done] mail API's [v0.1.1] | ||
* [in progress] cashflow API's | ||
|
||
### assets | ||
* [pending] configuration via starpeace-assets | ||
* [done] configuration via starpeace-assets [v0.1.0] | ||
* [in progress] town boundaries | ||
|
||
### simulation | ||
* [pending] basic hourly simulation engine | ||
* [pending] research progress | ||
* [in progress] basic hourly simulation engine | ||
* [in progress] research progress | ||
* [pending] rankings |
Oops, something went wrong.