bb-plane-fork/apps/api/plane
Dheeraj Kumar Ketireddy 4168127803
[WEB-4999] feat: implement flexible data export utility with CSV, JSON, and XLSX support (#7884)
* feat: implement flexible data export utility with CSV, JSON, and XLSX support

- Introduced Exporter class for handling various data formats.
- Added formatters for CSV, JSON, and XLSX exports.
- Created schemas for defining export fields and their transformations.
- Implemented IssueExportSchema for exporting issue data with nested attributes.
- Enhanced issue export task to utilize the new exporter system for better data handling.

* feat: enhance issue export functionality with new relations and context handling

- Updated issue export task to utilize new IssueRelation model for better relationship management.
- Refactored Exporter class to accept QuerySets directly, improving performance and flexibility.
- Enhanced IssueExportSchema to include parent issues and relations in the export.
- Improved documentation for exporting multiple projects and filtering fields during export.

* feat: enhance export functionality with field filtering and context support

- Updated Exporter class to merge fields into options for formatting.
- Modified formatters to filter fields based on specified options.
- Enhanced ExportSchema to support optional field selection during serialization.
- Improved documentation for the serialize method to clarify field filtering capabilities.

* fixed type
2025-10-14 15:46:55 +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-4999] feat: implement flexible data export utility with CSV, JSON, and XLSX support (#7884) 2025-10-14 15:46:55 +05:30
db [WEB-4999] feat: implement flexible data export utility with CSV, JSON, and XLSX support (#7884) 2025-10-14 15:46:55 +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-5058] feat: enhance workspace seeding with cycles, modules, and views creation (#7951) 2025-10-11 20:55:48 +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 [WEB-4999] feat: implement flexible data export utility with CSV, JSON, and XLSX support (#7884) 2025-10-14 15:46:55 +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