mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 13:29:56 +02:00
* feat: epic updates wip * feat: create endpoint for epic update * feat: delete, get, update endpoint for epic updates * feat: comments endpoint * feat: update reaction endpoints * refactor: code refactor * wip: epic updates * fix: epic update minor bug fixes * WIP * feat: endpoint to list updates * feat: patch and delete endpoint for update feat: get and post for comments feat: post adn delete for reactions * chore: use EntityTypeEnum instead of hardcoding * fix: add cancelled issues count * chore: return project and epic details * refactor: fetching project and epic details * feat: initiative updates * fix: i18n changes * fix: i18n changes * fix: i18n * fix: initiative updates * fix: translations + reaction bug * feat: filter based on status * fix: removed updates for initiatives * fix: initiative updates * chore: added updates in initiative analytics * fix: refactor * chore: optimised the initiative updates query * chore: added description_html * fix: refactor * fix: list view on click * fix: return only latest record * fix: handled epic and project addition and deletion * fix: build * fix: popover component * fix: latest updates returning all status's latest one * fix: local update * fix: text overflow issue * fix: icon colors * fix: update status on project attributes returning same update --------- Co-authored-by: sangeethailango <sangeethailango21@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
9 lines
322 B
TypeScript
9 lines
322 B
TypeScript
export * from "./project";
|
|
export * from "./workspace.service";
|
|
export * from "./workspace-worklog.service";
|
|
export * from "./workspace-feature.service";
|
|
export * from "./workspace-project-states.service";
|
|
export * from "./pi.service";
|
|
export * from "./epic-updates.service";
|
|
export * from "./initiative-updates.service";
|