diff --git a/README.md b/README.md index a68daac..88cd6e9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Pflänz.li [![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) +[![Build Status](https://drone.thisfro.ch/api/badges/pflaenz.li/pflaenz.li/status.svg?ref=refs/heads/main)](https://drone.thisfro.ch/pflaenz.li/pflaenz.li) ## Idea A platform where people can trade their plants. You can post what you have and search for others with [filters](#filters). The aim is to make it easier to trade plants and collect as few data as possible. Only the email/username and a postal code is required. @@ -26,7 +27,8 @@ It would be nice to have categories somehow, but it would be hard to make it com Searching with filters such as: | Filter Name | Type | Input type | |--------------|---------------|------------| -| Indoor only | `boolean` | checkbox | +| Distance | `int` | numfield | +| ZIP code | `int` | numfield | | Name | `string` | textfield | | Category | `Category` | dropdown |