plane/web/services/issue
Nikhil 03e5f4a5bd
[WEB-468] fix: issue detail endpoints (#3722)
* dev: add is_subscriber to issue details endpoint

* dev: remove is_subscribed annotation from detail serializers

* dev: update issue details endpoint

* dev: inbox issue create

* dev: issue detail serializer

* dev: optimize and add extra fields for issue details

* dev: remove data from issue updates

* dev: add fields for issue link and attachment

* remove expecting a issue response while updating and deleting an issue

* change link, attachment and reaction types and modify store to recieve their data from within the issue detail API call

* make changes for subscription store to recieve data from issue detail API call

* dev: add issue reaction id

* add query prarms for archived issue

---------

Co-authored-by: rahulramesha <rahulramesham@gmail.com>
2024-02-22 20:58:34 +05:30
..
index.ts chore: issue activity, comments, and comment reaction store and component restructure (#3428) 2024-01-23 13:28:58 +05:30
issue_activity.service.ts chore: issue activity, comments, and comment reaction store and component restructure (#3428) 2024-01-23 13:28:58 +05:30
issue_archive.service.ts [WEB-468] fix: issue detail endpoints (#3722) 2024-02-22 20:58:34 +05:30
issue_attachment.service.ts refactor: MobX store structure (#3228) 2024-01-02 18:12:55 +05:30
issue_comment.service.ts chore: issue activity, comments, and comment reaction store and component restructure (#3428) 2024-01-23 13:28:58 +05:30
issue_draft.service.ts chore: Removing 'description_html' from Issue List (#3623) 2024-02-12 15:26:02 +05:30
issue_label.service.ts refactor: MobX store structure (#3228) 2024-01-02 18:12:55 +05:30
issue_reaction.service.ts refactor: MobX store structure (#3228) 2024-01-02 18:12:55 +05:30
issue_relation.service.ts feat: dashboard widgets (#3362) 2024-01-22 13:22:09 +05:30
issue.service.ts [WEB-468] fix: issue detail endpoints (#3722) 2024-02-22 20:58:34 +05:30