pflaenz.li-Symfony/README.md

35 lines
1 KiB
Markdown
Raw Permalink Normal View History

2022-01-24 23:49:23 +01:00
# Pflänz.li
2021-05-02 15:24:27 +02:00
## Idea
2022-01-24 23:49:23 +01:00
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.
2021-05-02 15:24:27 +02:00
## Tech stack
- [Symfony](https://symfony.com/)
2022-01-11 22:42:01 +01:00
- [MariaDB](https://www.mariadb.org)
2022-01-24 23:49:23 +01:00
- [Deployer](https://deployer.org)
Can easily be depoyed to a LAMP server
2021-05-02 15:24:27 +02:00
## Admin dashboard
Find it under `/admin`
## Filters
2022-01-18 20:25:49 +01:00
### Implemented
- Distance between postal codes
2022-01-24 23:49:23 +01:00
- Search within title
2022-01-18 20:25:49 +01:00
### Ideas
2022-01-24 23:49:23 +01:00
It would be nice to have categories somehow, but it would be hard to make it comprehensive.
2021-05-02 15:24:27 +02:00
:warning: 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 |
2022-01-18 20:25:49 +01:00
## Development
To get started with development, see [DEVELOPMENT.md](DEVELOPMENT.md)