Go to file
Jannis Portmann 80ef8caf20 Update command 2023-02-08 17:23:24 +01:00
assets Split app.js into individual scripts 2022-01-25 18:27:51 +01:00
bin Add initial set of files 2021-04-22 12:44:17 +02:00
config Exclude sitemap from firewall 2022-01-19 16:22:40 +01:00
migrations Rename offering to offer 2022-01-19 19:59:35 +01:00
public Set headers on all requests 2022-01-26 17:13:00 +01:00
src Fix password resetting 2022-01-26 12:47:48 +01:00
templates Add icon for distance 2022-01-26 12:50:08 +01:00
tests setup phpunit for testing 2021-05-06 11:31:06 +02:00
translations setup admin interface 2021-04-22 15:48:32 +02:00
.env Verify CAPTCHA 2022-01-18 17:50:54 +01:00
.gitignore Ignore snyk files 2022-09-02 16:08:48 +02:00
DEVELOPMENT.md Update docs 2022-01-18 20:25:49 +01:00
Jenkinsfile Update command 2023-02-08 17:23:24 +01:00
README.md Update readme 2022-01-24 23:49:23 +01:00
composer.json Update and fix security issues 2023-02-03 15:37:46 +01:00
composer.lock Update and fix security issues 2023-02-03 15:37:46 +01:00
deploy.php Use deployer 7.x 2023-02-08 17:11:54 +01:00
docker-compose.yml Use mariadb for dev and prod 2022-01-11 22:42:01 +01:00
package-lock.json Update packages 2022-09-02 16:09:07 +02:00
package.json Update packages 2022-09-02 16:09:07 +02:00
php.ini add php.ini to increase file upload size 2021-05-11 23:38:54 +02:00
phpunit.xml.dist setup phpunit for testing 2021-05-06 11:31:06 +02:00
symfony.lock Update and fix security issues 2023-02-03 15:37:46 +01:00
webpack.config.js Split app.js into individual scripts 2022-01-25 18:27:51 +01:00
yarn.lock Update packages 2022-09-02 16:09:07 +02:00

README.md

Pflänz.li

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

Can easily be depoyed to a LAMP server

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