Phoenix-Wing / Reservoir

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

Assign countries from member page #17

Closed BD103 closed 8 months ago

BD103 commented 1 year ago

It is possible to assign members from country pages, but it should also be possible to assign countries from member pages. I think the <NTransfer /> component would work well, but we can also just stick with <Select />.

BD103 commented 1 year ago

This is marked down in priority due to the difficulties in implementing it on the server. Because the country owns the link to the member, and because you can't edit backlinks, it makes it far more difficult to implement idiomatically.

This will probably be put on hold until EdgeDB v3 gets released.

BD103 commented 10 months ago

This was started in 8400eaf, but temporarily put on hold.

BD103 commented 8 months ago

Marking this as not planned. It hasn't been an issue in practice, and just isn't worth the difficulty in implementation.