https://github.com/mrdatawolf/newworld
Resource Tracking System
https://github.com/mrdatawolf/newworld
Last synced: 3 months ago
JSON representation
Resource Tracking System
- Host: GitHub
- URL: https://github.com/mrdatawolf/newworld
- Owner: mrdatawolf
- License: mit
- Created: 2021-08-04T06:51:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T22:13:40.000Z (over 3 years ago)
- Last Synced: 2025-01-01T19:18:47.563Z (5 months ago)
- Language: PHP
- Size: 2.71 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# New Worlds Resource Manager [](https://opensource.org/licenses/MIT)> Resource Manager for New Worlds
A standalone web service allowing users to see trade data for New Worlds. It also aims to help user(s) to effeciently use the market.
## This site is built on
1. PHP 7.4
2. Laravel 8
3. Python 3.8
4. Tailwinds CSS
5. Livewire
6. Sanctum
7. Jetstream##Development setup Quick Start (for local development and testing)
1. It is now built on laravel 8 so get that running. (see [Laravel](https://laravel.com/docs/8.x#your-first-laravel-project) for instalation instructions)
2. Do composer update
3. Configure your .env to handle your dbs etc.
4. run ```php artisan migrate:fresh```
5. You will need to register the initial user to the database.
6. Let me know what I missed here :)##Current Roadmap
Road to 1.0 MVP
1. ~~Allow users to add a current value/amount of a resource/item to a location.~~
2. ~~Have the build requirements for each resource/item layed out.~~
3. ~~Locations should be able to be added and viewed.~~
4. ~~Resources should be able to be added and viewed.~~
5. ~~Items should be able to be added and viewed.~~
6. Allow users to put their current trading/crafting and refining tax number in for each location.
7. ~~Current Store Prices should be displayed for each resource and item at each location.~~
8. ~~A user should be able to see the current price of that a resource/item is selling at at a location~~.
9. A user should be able to see a breakdown of the goods required (and their price) to build the item and what the selling price is for those goods.
10. A user should be able to define a set of goods they want to make and get the aggregate required totals of the goods needed to make the item.
11. A user should be able to define an amount of a given good they already have and that is subtracted from the build cost.
12. There should be a general info page that helps a new user with tips/tricks and links to other helpful information.##Future Roadmap
1. 2.0 goals.
1. There is map and statistical data we are workign on showing.##Notes
This is a livewire and tailwinds css driven site.
## Contributing1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request[wiki]: https://github.com/mrdatawolf/SETradeHouse/wiki
##Special Thanks to
Daric for being the UX guru