Commit 010c6eb
Create User Favorite(s) Action (#44)
* I have created an Action that handles the tag creation part of the feature.
Logic:
1. Check if a tag with the provided Tag Name already exists in the label table.
2. If it does not exist, create a new tag record with that name.
3. Return the Sys ID of the newly created tag.
4. If the tag already exists, it should likely not create a duplicate but instead return the Sys ID of the existing tag by setting tag as active.
* Action to create a Favorites record for a user or list of users.
---------
Co-authored-by: niamccash <[email protected]>1 parent 5af2fe2 commit 010c6eb
File tree
3 files changed
+3197
-2
lines changed- b812ceb69337a210633378917cba10bc
- update
3 files changed
+3197
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments