An open API service indexing awesome lists of open source software.

https://github.com/mrdatawolf/newworld

Resource Tracking System
https://github.com/mrdatawolf/newworld

Last synced: 3 months ago
JSON representation

Resource Tracking System

Awesome Lists containing this project

README

        

![alt text](https://github.com/mrdatawolf/NewWorld/blob/master/public/img/NewWorld_logo_core.png?raw=true)
# New Worlds Resource Manager [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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.
## Contributing

1. 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