Skip to content

RobertObrochta/SQLCodeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLCodeGenerator

Description

Live Demo Link

Feature Implementations

Planning

  • Implement Save State of current board (from TableContext)
    • Initial state will be fetched and passed into TableProvider value={_} in App.js
    • This will also render the tables in their last saved (x, y) coordinates, so this needs to be implemented alongside this feature
  • Right click options on created tables...
    • Delete table
    • Generate SQL for just that table
  • Hover over table/attribute to create relations between other tables
  • Supabase integration

In Progress

  • RO: Right click options on created tables...
    • Edit table...
      1. name
      2. data type
      3. remove/add attribute

Completed

  • Add movable div to screen
  • Add button to spawn a new div
  • Modal to edit and add to a SQL Table div:
    • Table name
    • Variable
    • Data type
  • BUG: Movable divs go outside the bounds of the browser window when minimizing windows
  • Expand TableContext field to include all possible fields of an individual table
    • title
    • attributes
  • [ ]In the AddTableModal, have an option to remove an attribute if one is accidentally added.

Bugs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •