Remove dependency for Census metrics #12

Open
opened 2025-10-05 23:08:44 +00:00 by celine · 0 comments
Owner

LightlessSyncServer/LightlessSyncServer/Services/MareCensus.cs loads a csv about existing datacenters, worlds, races and sub-races from a github repo on every startup. This is an unnecessary dependency and potentially dangerous since we do not control this source.

I would like to export the data and load it from a local file instead. It does not need to be hard coded, loading from a file would be ideal.

LightlessSyncServer/LightlessSyncServer/Services/MareCensus.cs loads a csv about existing datacenters, worlds, races and sub-races from a github repo on every startup. This is an unnecessary dependency and potentially dangerous since we do not control this source. I would like to export the data and load it from a local file instead. It does not need to be hard coded, loading from a file would be ideal.
celine added this to the TechDebt project 2025-10-05 23:08:44 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Lightless-Sync/LightlessServer#12