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

Implement Lessons Learned From JDL #520

Closed
reid-spencer opened this issue Dec 16, 2023 · 0 comments · Fixed by #528
Closed

Implement Lessons Learned From JDL #520

reid-spencer opened this issue Dec 16, 2023 · 0 comments · Fixed by #528
Assignees
Labels
enhancement New feature or request

Comments

@reid-spencer
Copy link
Contributor

reid-spencer commented Dec 16, 2023

Features Gleaned from #115 should be implemented:

  • Entities can have relationships with other entities in the usual ERD manner (1-to-1, 1-to-many,...). This could be done
    with a "relates to" clause on the entity and a pathId and relationship type to the other entity. (see Implement Processor Relationships #527)
  • Allow "microservice" as a kind option choice for various definitions
  • Add ZonedDateTime, optionally with the Zone Mneumonic as a predefined type
  • Add Blob as a predefined type, possibly with a string parameter, like Blob("Image")
  • Add an OpenAPI pass to generate OpenAPI input from the specifications in RIDDL (see Create OpenAPI pass to generate OpenAPI input from the specifications in RIDDL #526)
@reid-spencer reid-spencer self-assigned this Dec 16, 2023
@reid-spencer reid-spencer added the enhancement New feature or request label Dec 16, 2023
@reid-spencer reid-spencer added this to the 1.0 - First Full Release milestone Dec 16, 2023
@reid-spencer reid-spencer moved this to Todo in riddl Dec 16, 2023
@reid-spencer reid-spencer linked a pull request Dec 19, 2023 that will close this issue
@reid-spencer reid-spencer moved this from Todo to In Progress in riddl Dec 19, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in riddl Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant