Zokalyx / theconfluence

1 stars 2 forks source link

Data structures that store info may not be appropriate #9

Open Zokalyx opened 2 years ago

Zokalyx commented 2 years ago

Everything is stored in .csv files, but the creation of them is rather convoluted (read the docs). Maybe there's a more efficient way of doing this. Also, it may or not be useful to switch to an SQL database.

Also, some .csv files grow horizontally instead of vertically.

The current scripts can't handle having less people in a run compared to the previous run. This has resulted in some occasional users with flair number 201 to be removed. See the list here.

Zokalyx commented 2 years ago

I won't solve this. I'll probably just switch to a database altogether.