feat(knowledge): add knowledge + projectEdit route constants
This commit is contained in:
@@ -9,12 +9,13 @@ abstract class Routes {
|
|||||||
static const tasks = '/tasks';
|
static const tasks = '/tasks';
|
||||||
static const taskNew = '/tasks/new';
|
static const taskNew = '/tasks/new';
|
||||||
static const taskEdit = '/tasks/:id/edit';
|
static const taskEdit = '/tasks/:id/edit';
|
||||||
|
static const knowledge = '/knowledge';
|
||||||
static const projects = '/projects';
|
static const projects = '/projects';
|
||||||
|
static const projectEdit = '/projects/:id/edit';
|
||||||
static const conversations = '/chat';
|
static const conversations = '/chat';
|
||||||
static const chat = '/chat/:id';
|
static const chat = '/chat/:id';
|
||||||
static const quickCapture = '/quick-capture';
|
static const quickCapture = '/quick-capture';
|
||||||
static const settings = '/settings';
|
static const settings = '/settings';
|
||||||
static const briefing = '/briefing';
|
static const briefing = '/briefing';
|
||||||
static const library = '/library';
|
|
||||||
static const projectTasks = '/projects/:id/tasks';
|
static const projectTasks = '/projects/:id/tasks';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user