Phoenix-Wing / Reservoir

Database and frontend for managing faction data in Phoenix Wing.
MIT License
1 stars 0 forks source link

More resource types #30

Closed BD103 closed 10 months ago

BD103 commented 11 months ago

With Economy v2 (#32), different kinds of materials are going to be added. These include:

These should be added as custom types that are "owned" by a Country and assigned an enum representing its kind.

BD103 commented 11 months ago

I've been looking at EdgeDB's documentation, and I believe this should be a new type or scalar type (I'm preferring scalar right now).

On the scalar side, we can use a named tuple.