Code Monkey home page Code Monkey logo

Comments (6)

dvikan avatar dvikan commented on September 23, 2024

dynamically loaded is possible but dont like it.

can we please just have two textboxes for the category numbers? or herhaps for the subcategory?

also i might be overreacting but the frontpage have very much html and loads badly for slower devices.

also annoying to scroll through a gigantic <select>.

the html standards do have an autocomplete option for `<input type=text'> but that would require rssbridge core modification.

from rss-bridge.

Pizzabroodje avatar Pizzabroodje commented on September 23, 2024

dynamically loaded is possible but dont like it.

can we please just have two textboxes for the category numbers? or herhaps for the subcategory?

also i might be overreacting but the frontpage have very much html and loads badly for slower devices.

also annoying to scroll through a gigantic <select>.

the html standards do have an autocomplete option for `<input type=text'> but that would require rssbridge core modification.

Way less annoying to scroll through a gigantic <select> than having to check the ID of a certain category every time. The categories are in alphabetical order so not too hard to find one.

Why do you not like dynamically loading them? Then you'd have two <select>s, one with the main categories, and when you select one there it'll load the sub categories into the second <select>. I see this as being the best possible solution. (And Marktplaats themselves do it in a similar way too: first you select a main category, then you search, and then you can choose a subcategory of the chosen main category with that same select box)

from rss-bridge.

Park0 avatar Park0 commented on September 23, 2024

Something like https://select2.org/ or https://dselect.vercel.app/ would be very nice to have as a option. But it would require some JS libraries. It should not slow the loading of the page that much. Maybe the first time when the libraries are loaded. But after that only when u use it.

In case of Marktplaats it could even integrate both levels. So it only requires one select with a search.

from rss-bridge.

dvikan avatar dvikan commented on September 23, 2024

how is the current solution working out without the convenience of a second-level cat?

from rss-bridge.

Park0 avatar Park0 commented on September 23, 2024

For me it does not matter that much but for users that are less aware of the technical stuff it would be hard i guess.

from rss-bridge.

Pizzabroodje avatar Pizzabroodje commented on September 23, 2024

how is the current solution working out without the convenience of a second-level cat?

I've made a version of my own using hard coded categories. Haven't used marktplaats recently though, only to sell stuff. But when I will have to look for something again I will use that.

Even if you have the knowledge of how to get the category id's it's very nice to be able to get it directly if you search in different categories each time, so you don't have to get the id manually each time.

from rss-bridge.

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.