1
0
mirror of synced 2024-09-24 03:18:22 +02:00

Update TODO list to remove an item I tackled awhile back.

This commit is contained in:
Jennifer Taylor 2020-04-26 01:05:01 +00:00
parent 95aeb71d1d
commit 069fbb4ba1

View File

@ -9,7 +9,3 @@ Things that I have not gotten around to doing.
- Support for DanEvo. I meant to do this but my DanEvo ended up in storage before I could tackle it, so the only thing that exists at the moment is a rudimentary music DB parser.
- Figure out phase/unlock/etc bits for some older IIDX and Pop'n Music versions and hook them up to the Arcade panel to allow switching events.
- Auto-prune events in the event log after some configured date. Currently it grows indefinitely which is fine for small hobby setups but could be a problem with lots of events.
General maintenance that I have not yet performed.
- Upgrade legacy uses of .format() to use f-strings instead (partially done).