Update readme
This commit is contained in:
parent
a916f28e3c
commit
29fdac270b
1 changed files with 3 additions and 1 deletions
|
@ -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 |
|
||||
|
||||
|
|
Loading…
Reference in a new issue