-
Notifications
You must be signed in to change notification settings - Fork 467
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
Create endpoint that given a list of categories returns them with a list of their parents #28894
Labels
Comments
john-thomas-dotcms
moved this from Next 1-3 Sprints
to Current Sprint Backlog
in dotCMS - Product Planning
Jun 20, 2024
jcastro-dotcms
moved this from Current Sprint Backlog
to In Progress
in dotCMS - Product Planning
Jun 26, 2024
jcastro-dotcms
moved this from In Progress
to Current Sprint Backlog
in dotCMS - Product Planning
Jun 26, 2024
freddyDOTCMS
moved this from Current Sprint Backlog
to In Progress
in dotCMS - Product Planning
Jun 26, 2024
freddyDOTCMS
moved this from In Progress
to Current Sprint Backlog
in dotCMS - Product Planning
Jun 27, 2024
freddyDOTCMS
moved this from Current Sprint Backlog
to In Review
in dotCMS - Product Planning
Jul 3, 2024
freddyDOTCMS
added a commit
that referenced
this issue
Jul 5, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Jul 9, 2024
### Proposed Changes * Create a new End point to calculate Hierarchy https://github.com/dotCMS/core/pull/29142/files#diff-1677f12a3b6c8909f3436afc7817819af2f46ac5ae6a37bdfab43690ffa24780R289 - Crate Factory and AOI methods too https://github.com/dotCMS/core/pull/29142/files#diff-cc8d6686856cf74ed3cfdbbf782839a205ade11ffa80218a0a1365fe47ac7c17R535 https://github.com/dotCMS/core/pull/29142/files#diff-88379e3d0d9b5a5c54cb2207518bb686c3a9243cf6419ff11377616a7cd88dd2R324 --------- Co-authored-by: Daniel Silva <[email protected]>
freddyDOTCMS
added a commit
that referenced
this issue
Jul 12, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Jul 12, 2024
### Proposed Changes * returning category_name
freddyDOTCMS
moved this from Current Sprint Backlog
to In Progress
in dotCMS - Product Planning
Jul 12, 2024
freddyDOTCMS
added a commit
that referenced
this issue
Jul 12, 2024
freddyDOTCMS
added a commit
that referenced
this issue
Jul 12, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Jul 16, 2024
…29219) ### Proposed Changes * Look for keys instead of inodes https://github.com/dotCMS/core/pull/29219/files#diff-256eedf768e46105dd41f6d0e5c608909a69d68ffd7afb2b22c61529fa00b38bR15 * Change some response fields from categoryName to name https://github.com/dotCMS/core/pull/29219/files#diff-fa4e419a07edb948c92f923209524f1d049610e30c034b365c14f8b6e1944873R11 https://github.com/dotCMS/core/pull/29219/files#diff-2c41f88dc71bbe5910d933e5fcb8d07cddddbdad688b3dfbe7982bf392bf8ee1R14
josemejias11
moved this from QA - Backlog
to QA - In Progress
in dotCMS - Product Planning
Jul 16, 2024
Approved: Tested on master_d501a60, Docker, macOS 14.5, FF v126.0.1 |
josemejias11
moved this from QA - In Progress
to QA - Rejected
in dotCMS - Product Planning
Jul 17, 2024
github-project-automation
bot
moved this from Done
to Internal QA
in dotCMS - Product Planning
Jul 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Parent Issue
#28493
Task
Create an endpoint that does the following takes a list of categories (keys) and return them back with a list of parents for each of them.
The list of parent cats will be returned as an array. It needs to include key, name, and identifier for each.
Proposed Objective
Core Features
Proposed Priority
Priority 2 - Important
Acceptance Criteria
The endpoint functioning as stated.
Include postman test.
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
No response
Assumptions & Initiation Needs
No response
Quality Assurance Notes & Workarounds
No response
Sub-Tasks & Estimates
No response
The text was updated successfully, but these errors were encountered: