powerplant icon indicating copy to clipboard operation
powerplant copied to clipboard

Optimize and assist planning your garden

Results 51 powerplant issues
Sort by recently updated
recently updated
newest added

Currently the crop database is stored to both a local PouchDB instance and Redux storage. Would it be possible to make Redux use the local PouchDB instance for crops instead...

Write function that finds a list of current weather warnings (frost, rain) when given a geographic location. Weather data is obtained from external web weather services. There are libraries available...

In previous git versions we had a bed planner where it was possible to select a crop for the bed from only those crops that were companion plants with all...

UI

The companionship algorithm (shared/companionship.js) calculates a score for the given set of crops in two steps: first the compatibility of the crops is determined, and if the crops are compatible,...

Data should be validated before it is written to PouchDB or Redux. There could be two layers, a PouchDB validation layer that would be used before documents are put to...

We need page with filter and search functionality for the crops in the database: - search field - filter by (could be a seperate modal) - pagination - cards of...

UI
refactoring

There is a test with a `TODO` item in `test/shared/filter.js` that has currently basic tests for the different filter types. It would be nice to complete this test by testing...

tests

It could be nice to let clients override `Crop` documents in the local database, but not allow them to push these changes to the server (#63). Crops with local changes...

access control

Add search field and filters for crop list. Preferably make it work so that the user has to explicitly select which filters they want to use (maybe something like the...

UI

Currently the PouchDB design document with the `validate_doc_update` function is created during `npm run migrate` with an HTTP call. It would be more robust to also check that the design...

pouchdb