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

New Dashboard #30

Merged
merged 24 commits into from
Feb 18, 2019
Merged

New Dashboard #30

merged 24 commits into from
Feb 18, 2019

Conversation

andrejberg
Copy link
Collaborator

"dashboard" is now the new flask app viewer

@king-michael
Copy link
Owner

king-michael commented Feb 13, 2019

Issues

  • Does not work with python 3
  • does not work at all...
    screenshot from 2019-02-13 21-56-39
  • none of the options are clickable

we get a lot of 404 ..

/static/vendors/bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 404 -

@king-michael
Copy link
Owner

king-michael commented Feb 13, 2019

Bugs

Detail page

  • path does not fit in the box (make it smaller, scrollbar, or hover action to display whole content)

@king-michael
Copy link
Owner

king-michael commented Feb 13, 2019

Improvements

preferences

  • alignment of + symbol

viewer

  • performance from selecting / deselecting keywords is poor ... (thanks javascript)
  • print button : first page looks good, second page is the formatting screwed up
  • export csv, print, show columns needs an hover action with a tool tip

@king-michael
Copy link
Owner

Gefällt mir generell sehr gut.

Die Performance von der Table ist was langsam.

Und was sollen die 6 neuen Messages? xD
Deaktivieren oder wir brauchen irgend ein admin interface für Messages.

@andrejberg
Copy link
Collaborator Author

Top.
Ja performance stoert mich auch. Ich will die Suche und Sort wieder auf flask umstellen. Laeuft gerade noch ueber JS und das macht die Sache langsam.

Bei der Gelegenheit:

sim = session.query(Main).filter(Main.entry_id == "2016_08_09_2ub_k11_01").first()
sim_p = session.query(Main).filter(Main.entry_id == "2017_02_14_G_2ub_k33_01_01").first()
sim.parents.append(sim_p)

gibt: KeyError: 'child'

Hast du ne Idee?

@king-michael
Copy link
Owner

king-michael commented Feb 15, 2019

Issues

  • database micha.db does not work because there are not groups in it
  • cancle button from edit deletes the entry
  • change x to trash bin item to make it more clear

Andrej Berg added 6 commits February 15, 2019 18:03
@andrejberg
Copy link
Collaborator Author

I've tried to fix the mayor issues. Moved rest to #16 and #31

@andrejberg andrejberg merged commit 50f1820 into master Feb 18, 2019
@king-michael king-michael deleted the new_bootstrap_viewer branch February 20, 2019 15:22
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

Successfully merging this pull request may close these issues.

2 participants