feat(FN-5622): add goals REST API with store accessor and route handlers
Introduces a Goals REST API (`GET/POST/PUT /api/goals` and `GET/PUT /api/goals/:id`) backed by a new `@fusion/core` goal store and typed goal types, including comprehensive route and store test coverage. Documentation on architecture and storage is updated to reflect the new domain, and a changeset Fusion-Task-Id: FN-5622 Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai> Fusion-Task-Id: FN-5622
This commit is contained in:
@@ -743,8 +743,8 @@ describe("RoadmapStore", () => {
|
||||
});
|
||||
|
||||
describe("schema version", () => {
|
||||
it("schema version is 91 after init", () => {
|
||||
expect(db.getSchemaVersion()).toBe(91);
|
||||
it("schema version is 92 after init", () => {
|
||||
expect(db.getSchemaVersion()).toBe(92);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user