-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
currently, most tasks are hardcoded inside discojs-core, which looks to me as out of place: it kinda encourage people to expect that it will always contains theses tasks thus directly depending on it & it also mixes where the tests of theses tasks are with the core code (it is kinda done in server eventhough it's not really the correct place to do it).
splitting theses in a new package, @epfml/discojs-tasks would allow for easier adding/modifing/removing of tasks, and have a dedicated place for testing theses. we would also be able to store raw data (such as image or models) directly there.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels