oeplatform icon indicating copy to clipboard operation
oeplatform copied to clipboard

Data versioning is not visibly in place

Open Bachibouzouk opened this issue 6 years ago • 4 comments

There are many issues linked to this issue, I opened this one to have one place to look at

  • [x] Design suggestions #147

  • [x] Design suggestions #134

  • [x] Link between website and DB for versioning #149

  • [x] Add rows in table using recline #109

  • [x] Make table creation more robust by checking for duplicated column names and PK field #1032

Bachibouzouk avatar Nov 07 '19 17:11 Bachibouzouk

@Ludee @wingechr Interesting issue, the linked issues also provide a good idea of what happened to the "edit table" function. My understanding is that editing is possible via the API and it was not entirely clear how to proceed with the UI to edit a table. So it was removed and suggested to implement it again later. What do you think about this?

jh-RLI avatar Jun 30 '22 15:06 jh-RLI

it is possible with the API, BUT...

there is a very big underlying problem:

updating rows only works if the table has a numerical id column as primary key. But this is not being enforced (you can create tables without that), see also #739

This should be addressed first before we enable anything on the UI, because it will just cause more confusion and problems.

wingechr avatar Jul 05 '22 07:07 wingechr

@jh-RLI actually, this issue is not closed by the mentioned pull request(the id column is just one part of it)

wingechr avatar Aug 23 '22 06:08 wingechr

@wingechr Yea that's true I just wanted to link it and GitHub assumes it will close :/ I will just update the first comment and link the PR there.

jh-RLI avatar Aug 23 '22 07:08 jh-RLI