Git Product home page Git Product logo

Comments (5)

ruebot avatar ruebot commented on September 13, 2024

@SamFritz @ianmilligan1 I've spent a few days on implementing this, but there are a number of gotcha's with the implementation.

  • Right now we use sorttable.js along with some custom keys which allow us to sort out tables. The current implementation doesn't allow our tables to be paginated.
  • Implementing wicegrid, we gain some "nicer" styling, but don't gain much else because of the way we display data on the jobs table. Much of that data is displayed via helper methods, which according to my research can't be sorted our filtered via wicegrid. For example, on the jobs table, the collection name column can only be searched/filtered via the collection id. Since there are potentially a couple thousand collection ids, this really isn't ideal. Same goes for institution and user.

The ideal way to implement it would be to store the actual values in the dashboard table. We'd need to setup a db migration, and migrate all the existing data (not fun, but doable), then actually implement wicegrid. So, the big question is do we actually want to take the time to do this? Or, is the current jobs dashboard sufficient?

from auk.

ruebot avatar ruebot commented on September 13, 2024

Oh, and the datepicker and jquery-ui functionality in wicegird is janky to say the least. Setting it up broke the table UI, and littered the console with a bunch of jquery-ui errors 😭

from auk.

ianmilligan1 avatar ianmilligan1 commented on September 13, 2024

Based on the above, my gut inclination is to say that the current jobs dashboard is sufficient (more than sufficient, IMO) and I would recommend shelving this for now. But I am happy to defer to you @ruebot or others too.

from auk.

SamFritz avatar SamFritz commented on September 13, 2024

Thanks @ruebot for outlining the pros/cons! I would agree with @ianmilligan1 comments.

Reviewing current capabilities of the jobs dashboard (and the others), I think it's set up quite efficiently for how we are currently interacting with the data (easy to use, clean, and when we are looking for specific info on a job we can find it with relative ease). So I think shelving wicegird makes sense.

from auk.

ruebot avatar ruebot commented on September 13, 2024

Thanks y'all!

I'll mark this as closed/won't fix.

from auk.

Related Issues (20)

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.