recro / medulla

A Cloud Native Low-Code Platform
https://recro.github.io/docs/
Apache License 2.0
6 stars 4 forks source link

Database Query API #130

Open AndrewBabbitt97 opened 2 years ago

AndrewBabbitt97 commented 2 years ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe the problem.

As someone using the Medulla platform, I need a way to query data from a database that is a part of my application.

Describe the solution you'd like

We need a database API that allows for querying of data within an app. This should allow for general database queries.

Additional context

Security is a huge consideration for this, any query must be validated against a logged in user to ensure they have proper access to the data being queried. Refer to Rob if more info is needed in this area.

keithlogan94 commented 2 years ago

Keith Smith Status: Yesterday completed naming conventions Today creating in-memory database with entity framework for seeding.

keithlogan94 commented 2 years ago

Keith Smith Status: Tomorrow working on the client (maybe if entity database is complete)

keithlogan94 commented 2 years ago

Status for Keith Smith

What did you work on yesterday? Yesterday completed naming conventions What did will you work on today? Today creating in-memory database with entity framework for seeding.
Are there any blockers in your way? No Are we on track to complete the work by end of the sprint with the sprint goal? Didn't ask. Has a pull request been created and remote branches up to date? Didn't ask. Pull requests need to be created early, for early review, and to make sure work matches vision for ticket.

keithlogan94 commented 2 years ago

Status for Keith

What did you work on yesterday? Yesterday worked on in-memory database. Half way through it. Hoping to complete it by end of today. What did will you work on today? Yesterday worked on in-memory database. Half way through it. Hoping to complete it by end of today.
Are there any blockers in your way? none Are we on track to complete the work by end of the sprint with the sprint goal? Yes, for the in-memory database

keithlogan94 commented 2 years ago

Status for Keith Smith

What did you work on yesterday? Pull request for models, data, and service. In-memory datase What did will you work on today? NA
Are there any blockers in your way? NA Are we on track to complete the work by end of the sprint with the sprint goal? NA

AndrewBabbitt97 commented 2 years ago

Details on how to use the any well known type: https://docs.microsoft.com/en-us/dotnet/architecture/grpc-for-wcf-developers/protobuf-any-oneof