A nice to have feature would be to be able to "load" a test case scenario into game. Server could provide an http API which: - [ ] Would be available behind a config flag `enable-devtool` - [ ] Provide an endpoint which would accept a `TestCase` data [example here](https://github.com/nmeylan/rust-ro/blob/master/server/src/tests/common/fixtures/data/battle_fixtures.json) - [ ] The endpoint would be used to - [ ] update in database a given `accountId`, for a given `char slot`, `char` table with test case data - [ ] update in database `inventory` table with test case data
A nice to have feature would be to be able to "load" a test case scenario into game.
Server could provide an http API which:
enable-devtoolTestCasedata example hereaccountId, for a givenchar slot,chartable with test case datainventorytable with test case data