Panopticon-AI-team / panopticon

A wargaming platform compatible with reinforcement learning agents
https://www.panopticon-ai.com
Apache License 2.0
9 stars 0 forks source link

Edit Unit Mode #99

Open orgulous opened 2 weeks ago

orgulous commented 2 weeks ago

Why

As a user

I want be able to define custom units and organize them easily

So that I can add my own units

This should be a simple version first. We will have to think of the actual UI

Acceptance Criteria

Given

When

Then

Notes

duyminh1998 commented 1 week ago

We do not have that much space left in the toolbar for another button/menu. This issue might need a lot of design before it can be implemented properly. One approach is to follow Command, i.e. they have a separate database editing app (Microsoft Access). We can make it easy for users to swap database of units around (addresses classification issue, e.g. you can swap databases depending on the environment you are in, but also allows for auto-generation of database so that users do not have to hard-code every unit). Currently, our "database" is hard-coded in a Javascript file that would not be easy for users to manipulate or edit.