Open alexcroox opened 7 years ago
I guess you never got the data refractoring down ? Or is this usable as is ?
@Arcanum417 Its been a couple of years since last update.Not sure the state of the refactor. Stable version works. There are also other alternatives that are active if you are interested. OCAP recently got a fork that is being worked.
Sure am, I ran the stable version a few years back, but it would break on 2+hour long missions.
On Sat, Mar 6, 2021 at 2:14 AM Ivan Exposito notifications@github.com wrote:
@Arcanum417 https://github.com/Arcanum417 Its been a couple of years since last update.Not sure the state of the refactor. Stable version works. There are also other alternatives that are active if you are interested. OCAP recently got a fork that is being worked.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/alexcroox/R3-Web/issues/14#issuecomment-791825039, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQALBNB5HU4DMKGYZTJIP3TCF6XTANCNFSM4C64R5BA .
R3 has come a long way in it's past year of use. However since it's been open sourced and other units have been using it, it's clear that the way I store data needs to be changed.
The MySQL database was only ever intended as a temporary place to store events before being cached into a flat
json
file for the front end to use.Now there is a bigger use case for huge missions (4 hours+) and the ability to show more detailed stats about missions overall. This was never R3's original goal and as such the way it stores data isn't suitable for this, but I want to support these features and as such I need to re-think the way I store data.
The following changes will need to be made in the coming months, in this branch
Let me know if you have any other requests for features that R3 doesn't currently support as now would be a good time if they require big structural changes!