Skip to content

Migrate storage system to some sort of database #8

@mathjeff

Description

@mathjeff

(this issue is probably more effort than a beginner would be interested in spending)

Currently ActivityRecommender uses TextConverter.cs to convert from in-memory objects to text (in xml format) and back, and that text is saved into files. That means that it's difficult to delete data, even renaming an activity. That also means that some information gets duplicated, such as activity names and closing xml blocks.

It could be interesting to migrate ActivityRecommender's storage system to some sort of database, to reduce space usage and more easily allow the user to more easily make more types of changes to their data

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions