Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 2
JsonTopicRepository #140
Copy link
Copy link
Labels
Area: RepositoriesRelates to the `ITopicRepository` interface or one of its implementations.Relates to the `ITopicRepository` interface or one of its implementations.Priority: 3Severity 0: Nice to haveStatus 2: ScheduledPlanned for an upcoming release.Planned for an upcoming release.Type: FeatureIntroduces a major area of functionality.Introduces a major area of functionality.
Milestone
Description
Metadata
Metadata
Assignees
Labels
Area: RepositoriesRelates to the `ITopicRepository` interface or one of its implementations.Relates to the `ITopicRepository` interface or one of its implementations.Priority: 3Severity 0: Nice to haveStatus 2: ScheduledPlanned for an upcoming release.Planned for an upcoming release.Type: FeatureIntroduces a major area of functionality.Introduces a major area of functionality.
Introduces a lightweight, file-based
JsonTopicRepositoryimplementation ofITopicRepository(OnTopic.Data.Json) as an alternative to the SQL database for storing topics. This is useful for small sites, prototyping, or testing without a database.This should also include a Topic-to-JSON serialization toolkit, supporting both a "stable ID" mode (for the repository) and an "ID-free" mode (for import/export) (new
OnTopic.Data.Jsonproject).This depends on the Topic Merge Service being implemented (#141).