-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Describe the bug
scripts/createAndRecordCompositions.ts is a one-time script for creating the initial public/data/bliss_symbol_explanations.json. It imports a function makeBlissComposition() that has been removed from the code base so this script no longer functions.
bliss_symbol_explanations.json will be replaced by a multi-language supported file. Besides that, if there will be changes to this file in the future, most likely they will be minor adjustments and we'll do it manually.
Since the script is no longer needed and already broken, we should consider removing it from the code base to reduce maintenance work and avoid confusion.
To reproduce
Check the script content for the missing import function.
Expected behaviour
Evaluate if this script is needed. If not, remove it. If yes, fix it.
Screenshots
No response
Desktop
No response
Mobile
No response
Additional context
No response