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

task: create list of features for the prototype #4

Closed
10 tasks
Tracked by #1
RuiFilipeCampos opened this issue Oct 11, 2023 · 1 comment
Closed
10 tasks
Tracked by #1

task: create list of features for the prototype #4

RuiFilipeCampos opened this issue Oct 11, 2023 · 1 comment

Comments

@RuiFilipeCampos
Copy link
Owner

RuiFilipeCampos commented Oct 11, 2023

database

  • feat: adding a field creates a new column in the database (added to tracker)
  • feat: removing a field deletes a column from the database (added to tracker)
  • feat: running the script auto-commits the changes

data directory

  • feat: use git lfs to track files in the data dir
  • feat: adding a File field creates a directory in the data directory
  • feat: removing a File field renames the directory

data transformation

  • feat: static methods for fields that result from transformation of the previous fields

cli - simple cli for operations that don't fit this flow

  • feat: undo operation - removes last commit
  • feat: import dataset from external formats
  • feat: purge unneeded data (columns are never thrown away, only renamed)

points to think about:

  • how will deletion be handled, data deletion, file deletion
  • deleting columns from sqlite3 is not possible

WIP

@RuiFilipeCampos
Copy link
Owner Author

list of features added to one of the trackers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant