Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature soft delete (new) #1855

Merged
merged 32 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
9b1a3d0
created: tash collection apis
Tushar-4781 Feb 4, 2024
d3b8cc4
patch: remove goal api
Tushar-4781 Feb 4, 2024
5126dbb
removed: archived accordion component
Tushar-4781 Feb 4, 2024
e53e01e
created: common accordion component for trash and archived goals comp…
Tushar-4781 Feb 4, 2024
71aa885
added: trash item collection
Tushar-4781 Feb 4, 2024
42ce286
integrated: trash goals accordion
Tushar-4781 Feb 4, 2024
8223b00
patch: recoil confirmation state
Tushar-4781 Feb 4, 2024
e1ceb17
added: ts eslint parser
Tushar-4781 Feb 4, 2024
901fd34
added: fn to check if string is json parsable
Tushar-4781 Feb 4, 2024
c8b1743
patch: goal actions state
Tushar-4781 Feb 4, 2024
84cd302
refactoring
Tushar-4781 Feb 4, 2024
c9a2fe0
created: actions component for archived & trash goal
Tushar-4781 Feb 4, 2024
408ac3b
developed: regular goal actions component
Tushar-4781 Feb 4, 2024
9fa2ed3
solve conficts
vinaybadgujar102 Mar 19, 2024
53dde26
created: restore goal api(s)
Tushar-4781 Feb 4, 2024
7f77b30
integrated: get deleted goals api
Tushar-4781 Feb 4, 2024
71d3894
fixed: key of goal trash collection
Tushar-4781 Feb 4, 2024
51443ef
integrated: restore and unarchive goal api into actions
Tushar-4781 Feb 4, 2024
c8b8939
patch: addGoalChangedInId api
Tushar-4781 Feb 17, 2024
2eef7a9
added: soft delete feature in partner goals
Tushar-4781 Feb 17, 2024
fb855ae
created: permanent delete api(s)
Tushar-4781 Feb 17, 2024
1599c4c
integration: restore feature in collaboration
Tushar-4781 Feb 17, 2024
8c431b3
patch: restore goal btn
Tushar-4781 Feb 17, 2024
3ab22db
patch: handling restore feature in inbox processor
Tushar-4781 Feb 17, 2024
da4fe9a
created: restore goal api for my goals
Tushar-4781 Feb 17, 2024
7ae1782
patch: handling restore feature in goal processor
Tushar-4781 Feb 17, 2024
9091585
patch: soft deletion of root goal case handling in pub sub ctrlr
Tushar-4781 Feb 17, 2024
6c58383
added: restored feild in inbox item interface
Tushar-4781 Feb 17, 2024
67517ae
refactoring:
Tushar-4781 Feb 17, 2024
fe8ebee
removed: dead component of actions
Tushar-4781 Feb 17, 2024
d8fce91
fix failing test
vinaybadgujar102 Mar 17, 2024
07ae6c2
update eslint
vinaybadgujar102 Mar 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"extends": [
"airbnb",
"eslint:recommended",
"@typescript-eslint/parser",
"plugin:react/recommended",
"plugin:import/errors",
"plugin:react/recommended",
Expand Down
152 changes: 95 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading