TecKnow / muster-tools

A package for assigning players to tables at multi-table, walk-in gaming events.
GNU General Public License v3.0
0 stars 0 forks source link

Preserve or delete the server-side redux implementation #25

Closed TecKnow closed 3 years ago

TecKnow commented 3 years ago

The tip of the recovery branch, 9bdc02f, currently contains a partial alternative implementation of the server using react instead of SQLite. There may be something of value to preserve, or not. If it is to be preserved then it should be moved to its own branch.

TecKnow commented 3 years ago

The relevant branches didn't contain anything novel enough require preservation and have been deleted.

After reviewing the branch I see that all the novel features used in the server-side Redux implementation are maintained somewhere in the main development path, except for having the server write the state directly to the host file system. Since that functionality is poorly supported in most of the deployment environments that I foresee using, I have decided that it is fine to delete the branches containing this alternate implementation.