-
Notifications
You must be signed in to change notification settings - Fork 277
[FEAT]: Store schedule data outside of notes (Help wanted) #1538
Copy link
Copy link
Open
Labels
card syntaxFeature requests which ask for a new/modified card syntaxFeature requests which ask for a new/modified card syntaxdata storageFeature request which propose changes to how the data is stored/handledFeature request which propose changes to how the data is stored/handledenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
card syntaxFeature requests which ask for a new/modified card syntaxFeature requests which ask for a new/modified card syntaxdata storageFeature request which propose changes to how the data is stored/handledFeature request which propose changes to how the data is stored/handledenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Hi, this is a issue which collects the state of this feature and it documents what has been decided on how to implement this.
This is so that who ever wants to implement it has a clear picture on how to do it.
In general we have agreed that this kind of data store should work as follows:
Storing data
Linking data
More resources
There has already been some progress on this which can be found in the data store folder in a zip file called "WIP_DataStores". So feel free to have a look at this to maybe reuse some of the code.
In there are files which already kind of implement that kind of data store, but it never really worked out.
Maybe you can use them as a starting point for your own data store. Also have a look at this PR for a more detailed infos on this: #1471
List of issues requesting it