Go to file
Jannis Portmann 5ea32bef7a Add AGPLv3
2023-04-01 12:14:05 +02:00
pflaenzli Fix typo 2023-04-01 12:13:43 +02:00
pflaenzli_django Add local mail config 2023-04-01 00:07:00 +02:00
.gitignore Initial commit 2023-02-19 12:23:36 +01:00
LICENSE Add AGPLv3 2023-04-01 12:14:05 +02:00
manage.py Initial commit 2023-02-19 12:23:36 +01:00
README.md Add README 2023-04-01 12:13:55 +02:00

Pflänz.li

License: AGPL v3

Idea

A platform where people can trade their plants. You can post what you have and search for others with 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.

Tech stack

Admin dashboard

Find it under /admin

Filters

Implemented

  • Distance between postal codes
  • Search within title

Ideas

It would be nice to have categories somehow, but it would be hard to make it comprehensive.

⚠️ This list is work in progress!

Searching with filters such as:

Filter Name Type Input type
Indoor only boolean checkbox
Name string textfield
Category Category dropdown

Development

To get started with development, see DEVELOPMENT.md