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

The search and filtering tests that are using the crop database take a long time, it would be nice to divide tests to fast and slow. Probably add another package.json...

tests

In #20 it was found that there are many properties that are missing a value for most crops. From algorithmic point of view some of these properties look useful, so...

Dropdowns are broken when the list of options exceeds the window height, see for example the dropdowns for _family_ and _genus_. Note that we want to eventually move to antd...

bug
UI

For building and testing a [practicalplants](https://practicalplants.org/) wiki integration for powerplant, create instructions for setting up a local [MediaWiki](https://www.mediawiki.org/) with practicalplants format. Note that there are [dumps](https://archive.org/details/wiki-practicalplantsorg_w) available that have been...

docs

Create a module for fetching recent changes from practicalplants wiki and storing them to powerplant server database. Concretely for each `Crop` object there should be a list of wiki updates,...

Rename the _migration_ process to database _initialization_ process, and define that after each initialization the database will contain those crops and only those crops that are defined in the initial...

Analyze the practicalplants data to extract a property for the areas where a plant grows. This data is extracted mainly from the property `range`, but at least the property `habitat`...

Currently the number of crops that are missing a value is asserted only for the properties that are extracted. Add a test to assert for each practicalplants property the number...

tests
refactoring

For each property assert the number of unique values over the whole practicalplants dataset. For array properties this should assert the unique array elements instead of the unique arrays. For...

tests

Some practicalplants properties contain free-form text that are not directly useful from an algorithmic point of view, but from some of these it might be possible to extract useful sets...