-
Notifications
You must be signed in to change notification settings - Fork 0
Support for nested resources #7
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthigh energyRepresents a task which need a lot of energyRepresents a task which need a lot of energylong-runPlanned features for the long-runPlanned features for the long-run
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthigh energyRepresents a task which need a lot of energyRepresents a task which need a lot of energylong-runPlanned features for the long-runPlanned features for the long-run
Type
Fields
Give feedbackNo fields configured for issues without a type.
Add fields to manage relations between resources such as
is.one(resourceRepository)andis.many(resourceRepository)but try to keep it simple.We can also imagine actually fetching nested resources only when needed with lazy loading (ie. by using a
Proxy) in the future.