Coder Social home page Coder Social logo

saada's People

Contributors

lmichel avatar

saada's Issues

Fake radiobutton in DataLoader

In the DataLoader panel, there is a check-box called "Do not rebuild indexes 
after loading" however it hasn't the right appearance (it looks like a 
radiobutton). So it is more difficult to understand its real meaning.

Original issue reported on code.google.com by rybak.jonathan on 1 Jul 2013 at 9:16

Bad behavior in the remove collection graphical interface

When we want to remove a collection in the "Manage Data" panel and when we 
execute this action by using the run button, we are asked to confirm our action 
(because it is irreversible) however if we cancel the action, the run button 
becomes inactive and it is not possible any more to delete the selected 
collection. We must reload the panel if we want to do it.

Original issue reported on code.google.com by rybak.jonathan on 1 Jul 2013 at 9:33

Attachments:

New layout in DataTableWindow with JXTable

Set up of a JXTable instead of JTable and a new layout easier to execute query. 
It is possible to make a SELECT with the right-top corner button of the JTable, 
a SORT BY directly with the columns, a WHERE with the Textfield area and a 
LIMIT with an other TextField area.

Original issue reported on code.google.com by rybak.jonathan on 10 Jul 2013 at 11:35

Drag And Drop problem on VO panel and New relation panel

Drag And Drop problem on VO panel and New relation panel because of the 
valueChanged of the TreeListener, it selects the value at the same time that it 
drags this value however we just want to drag it.

Original issue reported on code.google.com by rybak.jonathan on 23 Jul 2013 at 7:20

Bad behaviour of the "backward" button

When a collection is deleted, it is still possible to go backward however it 
doesn't work properly. We should check all the reaction of this "backward" 
button.

Original issue reported on code.google.com by rybak.jonathan on 3 Jul 2013 at 11:52

Improvement of Endpoints JTextField in Relationships

In addition to the drag-and-drop gesture, we should add an editable drop-down 
list where propositions of Endpoints will be proposed easily when we type 
caracters.

Original issue reported on code.google.com by rybak.jonathan on 2 Jul 2013 at 11:23

whole selection in a cart

What steps will reproduce the problem?
1. Select data
2. Click on the cart icon on the top of the datatable
3. download the cart

What is the expected output? What do you see instead?
We het a VOTable with links instead of the zip ball with real data

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 5 Nov 2012 at 7:56

FatalInternalError when deleting a class

There is a FatalInternalError while deleting a class. This is due to the fact 
that there is no function that delete the removed node in the Jtree.

Original issue reported on code.google.com by rybak.jonathan on 9 Jul 2013 at 9:13

Add DataFileChooser common folders

Add common folders in the DataFileChooser dialog in order to simplify the 
research of data.


Original issue reported on code.google.com by rybak.jonathan on 1 Jul 2013 at 2:01

Order by

SaadaQL order by doesn't work from the WEB interface at collection level



Original issue reported on code.google.com by [email protected] on 1 Jun 2012 at 12:12

Bad behaviour while deleting a collection

When we delete a collection and that we don't click on an other node in the 
tree, the removed collection is still active, so we can still do actions like 
comment the collection however it makes a FatalException.

Original issue reported on code.google.com by rybak.jonathan on 3 Jul 2013 at 9:28

Improve Web Publishing panel

Improve Web Publishing panel due to the fact that there is a horizontal 
scrollbar whereas there is a lot of space !

Original issue reported on code.google.com by rybak.jonathan on 23 Jul 2013 at 9:27

In the ToolBar, add information about the selected node

The ToolBat must point out the selected node and describe what kind of node is 
it (collection, category, class, etc...) and eventually other information.

Original issue reported on code.google.com by rybak.jonathan on 1 Jul 2013 at 2:45

DataFileChooser dialog is defective

When we want a choose a file in this dialog, sometimes the window has an 
awkward reaction and becomes very small (as we can see on the attach file).

Original issue reported on code.google.com by rybak.jonathan on 1 Jul 2013 at 9:27

Attachments:

Exit confirmation doesn't work

When we close the main window, there is a message that asks the user if he or 
she wants to leave the application however it doesn't work due to the fact that 
it closes the application in all cases.

Original issue reported on code.google.com by rybak.jonathan on 1 Jul 2013 at 9:06

Reaction of ChoicePanel depending on the selected node

Depending on the selected node (root, collection, category or class nodes), the 
ChoicePanel deactivates or activates the ChoiceItem. This modification should 
be done in RootChoicePanel, Manage Data panel, Manage Meta Data panel and 
Manage Relationships panel. It also adds custom ToolTipText on every 
ChoiceItem. This improvement is really interesting for the user experience 
while discovering the application.

Original issue reported on code.google.com by rybak.jonathan on 1 Jul 2013 at 2:39

QueryFailure on Collections root node

When we click on the root (Collections) of the left panel tree, there is a 
embarassing QueryFailure message.

Original issue reported on code.google.com by rybak.jonathan on 1 Jul 2013 at 9:08

Not possible to comment a Class

This is not possible to comment a class because the functionality is not 
implemented yet.

Original issue reported on code.google.com by rybak.jonathan on 23 Jul 2013 at 7:35

Bad use of "Do you want to continue anyway ?" message

There is a bad use of the following message "Modifications not saved. Do you 
want to continue anyway ?" in the application. Indeed, even if nothing is 
changed by the user (in modification function of filter manager for instance), 
this message is popping.

Original issue reported on code.google.com by rybak.jonathan on 1 Jul 2013 at 9:21

Not possible to comment a Relation

This is not posible to comment a relation because of bad call in SQL functions.

Original issue reported on code.google.com by rybak.jonathan on 23 Jul 2013 at 8:18

DataFileChooser default folder improvement

We can select a folder in the DataFileChooser dialog in Data Loader however if 
we want to change it, the defined default folder is the root directory. It 
should be changed with the last selected folder.

Original issue reported on code.google.com by rybak.jonathan on 1 Jul 2013 at 1:59

Bad behaviour in "Manage Data" panel with selected collection

When a collection node is selected (it works well with categories and classes 
nodes) and when we click on "Empty Category", "Comment Class", "Empty Class" 
and "Remove Class" it has a strange behaviour. First, a message is displayed 
which says "Data Tree Node must be selected at class level (leaf)", this is a 
good reaction, it shouldn't be changed. After this, it displays the class or 
category editor (depending on what is clicked) without any information, so the 
panel should not be opened (as on the attached file). 

Original issue reported on code.google.com by rybak.jonathan on 1 Jul 2013 at 2:15

Attachments:

Integration of DataTableWindow in the application directly

Integrates the DataTable viewer in the application (like MetaDataPanel) and 
provides new functions with AQDL and the possibility to sort and choose the 
columns. Explore a table won't be possible with doubleclick any more, the user 
must use the "Explore Data" button.

Original issue reported on code.google.com by rybak.jonathan on 3 Jul 2013 at 1:08

Make possible to import SQL tables in the DataLoader

Currently it is not possible to import SQL tables in the application however it 
can be really interesting in order to import quickly data.

Original issue reported on code.google.com by rybak.jonathan on 2 Jul 2013 at 7:44

Improve Database Installation panel

Improve Database Installation panel due to the fact that there is a horizontal 
scrollbar whereas there is a lot of space !

Original issue reported on code.google.com by rybak.jonathan on 23 Jul 2013 at 9:27

Datatable extension

Expand the datatable on the whole space freed by the query form when it is 
collapsed

Original issue reported on code.google.com by [email protected] on 1 Jun 2012 at 12:29

Add custom icons on the tree depending on their type

Add custom icons on the tree depending on their type. The icons will be taken 
from the tree of Saada TapHandle : http://saada.unistra.fr/taphandle/ .


Original issue reported on code.google.com by rybak.jonathan on 1 Jul 2013 at 2:25

Not possible to remove a filter

It is not possible to remove a register filter in the "Edit Filter" manager.

Original issue reported on code.google.com by rybak.jonathan on 1 Jul 2013 at 11:42

Bad behaviour while creating a collection

When we create a new collection and when we don't click on an other node in the 
tree, the new collection is not selected in the tree however the DataTreePath 
is on the new collection (so the graphical interface is not adapted to the new 
collection).

Original issue reported on code.google.com by rybak.jonathan on 3 Jul 2013 at 10:06

Show 5 entries

Is it possible to choose "5 entries to show" into the right panel because the 
minimal, 10 entries, with images don't appear completely into a browser with a 
normal screen ( 19 to 24 inch) ?

Christophe Barache

Original issue reported on code.google.com by [email protected] on 16 Feb 2012 at 2:15

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.