feat: update ProjectE application

This commit is contained in:
2026-07-18 19:05:52 -04:00
parent 8f55626e03
commit 4c1cc50231
68 changed files with 1586 additions and 697 deletions
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'domains',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'tags',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'projects',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'project_settings',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'milestones',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'milestone_dependencies',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'milestone_templates',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'milestone_history',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'tasks',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'task_subtasks',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'task_dependencies',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'task_attachments',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'task_time_entries',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'habits',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'habit_logs',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'habit_skip_days',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'notes',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'note_links',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'note_task_links',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'report_templates',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'reports',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'canvases',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'canvas_cards',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'agents',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'agent_activity',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'webhooks',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'webhook_deliveries',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'agent_tasks',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'notifications',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'error_logs',
@@ -1,4 +1,4 @@
module.exports = {
exports = {
up: async (app) => {
const collection = new app.models.Collection({
name: 'queue_jobs',