Carles Pina Estany

Results 41 issues of Carles Pina Estany

schema-collaboration has a comment system: data manager can write comments for the researchers, they can answer them or write new comments. It has been suggested that adding TODOs would be...

django
new feature

At the moment only the datapackage schema is saved in the server. The resources can be added via the "data package creator": this is useful to infer column names, types,...

new feature

The function `onSaveToServer` is currently saving the datapackage to the server and it's also showing the Toaster notification (where it informs the user that the datapackage has been saved correctly)....

tech-debt
react

Currently users are not warned if their changes are going to overwrite changes from another user. **Steps to reproduce:** * Collaborator1 (or datamanager) starts editing a datapackage * Collaborator2 starts...

enhancement

Currently data managers cannot delete created packages using the "management" interface (where data managers use as a day to day tool). To delete a package it's needed to use the...

enhancement
admin-only
django

Steps to reproduce: * Login as a manager to schema-collaboration * On a datapackage click on Options -> Edit datapackage * Make changes (e.g. change the name of the datapackage)...

tech-debt
react

See the steps to see the dialogue in #2 The dialogue current has two options: Ok and Cancel. It should probably have the standard options for exiting an application with...

enhancement
react

When packaging for Debian I got a (pedantic) lintian information that examples/ used a non-usual interpreter. This fixes it. I can solve it without this PR, just sending it because...

I am packaging pyaarlo for Debian, so it will be available using `apt` on Debian and Ubuntu. For doing this I need to write a manual page for any executable...