bb-plane-fork/apps/api/plane
Nikhil 151674687c
[WEB-5059] feat: add page creation functionality to workspace seeding process (#7948)
* feat: add page creation functionality to workspace seeding process

- Implemented `create_pages` function to create pages for each project in the workspace based on data from `pages.json`.
- Integrated page creation into the `workspace_seed` task, ensuring pages are created alongside project issues.
- Added a new `pages.json` seed file containing initial page data and descriptions.

* fix: update page creation logic and seed data

- Set `is_global` to `False` for pages created in the `create_pages` function.
- Adjusted the project type check to be case-insensitive in the page creation logic.
- Added `id`, `project_id`, and `description_stripped` fields to the `pages.json` seed data for improved page initialization.
2025-10-10 18:32:15 +05:30
..
analytics chore: rename server to api (#7342) 2025-07-04 15:32:21 +05:30
api [WEB-5038] fix: cycle creation in external api endpoint (#7866) 2025-10-07 18:50:09 +05:30
app [WEB-5081] fix: update timezone in user settings #7915 2025-10-07 20:51:44 +05:30
authentication Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#7864) 2025-10-07 17:42:49 +05:30
bgtasks [WEB-5059] feat: add page creation functionality to workspace seeding process (#7948) 2025-10-10 18:32:15 +05:30
db Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#7864) 2025-10-07 17:42:49 +05:30
license [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
middleware [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
seeds/data [WEB-5059] feat: add page creation functionality to workspace seeding process (#7948) 2025-10-10 18:32:15 +05:30
settings [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
space [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
static chore: rename server to api (#7342) 2025-07-04 15:32:21 +05:30
tests [WEB-5038] fix: cycle creation in external api endpoint (#7866) 2025-10-07 18:50:09 +05:30
utils Chore: Filter backend optimizations (#7900) 2025-10-06 23:36:16 +05:30
web chore: rename server to api (#7342) 2025-07-04 15:32:21 +05:30
__init__.py chore: rename server to api (#7342) 2025-07-04 15:32:21 +05:30
asgi.py chore: rename server to api (#7342) 2025-07-04 15:32:21 +05:30
celery.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
urls.py [WEB-5044] fix: ruff lint and format errors (#7868) 2025-09-29 19:15:32 +05:30
wsgi.py chore: rename server to api (#7342) 2025-07-04 15:32:21 +05:30