farmOS / farmOS.js

A JavaScript library for working with farmOS data structures and interacting with farmOS servers.
MIT License
17 stars 13 forks source link

Creates unique filter ids in query params. #92

Open braughtg opened 4 months ago

braughtg commented 4 months ago

Updates src/client/parse-filter.js as discussed in #86 to ensure that filters in the query params have unique ids. Also updates the associated unit tests in test/client/parse-filter.js to pass with new ids in the query params.

Closes #86