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

Data view advanced actions #120

Open
4 tasks
EitanBlumin opened this issue Apr 23, 2019 · 0 comments
Open
4 tasks

Data view advanced actions #120

EitanBlumin opened this issue Apr 23, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request Feature: Custom actions Issue related to dataview custom actions implementation

Comments

@EitanBlumin
Copy link
Owner

EitanBlumin commented Apr 23, 2019

These custom actions should be available per each dataview-

  • validate dataview (makes sure the metadata defined in crude matches actual database schema, and outputs any discrepancies such as missing fields, mismatching data types or max length, missing procedure parameters, etc.)
  • Auto complete crude metadata using database schema. Parameters:
  • Update database schema based on crude metadata ( Add frontend-to-backend functionality to create tables based on a data view configuration #56 ). Parameters:
    • create missing fields
    • update data types for existing fields
  • generate source/modification/deletion procedure (creates a basic stored procedure based on current crude schema). Parameters:
    • procedure name
    • overwrite existing
@EitanBlumin EitanBlumin self-assigned this Apr 24, 2019
@EitanBlumin EitanBlumin added the enhancement New feature or request label Apr 24, 2019
@EitanBlumin EitanBlumin added this to the Alpha release 1 milestone Apr 24, 2019
@EitanBlumin EitanBlumin added the Feature: Custom actions Issue related to dataview custom actions implementation label May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Feature: Custom actions Issue related to dataview custom actions implementation
Projects
None yet
Development

No branches or pull requests

1 participant