Go to file
2022-01-25 17:38:27 +01:00
assets Rename offering to offer 2022-01-19 19:59:35 +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 create a public user page 2021-05-13 12:11:02 +02:00
src Add link to terms 2022-01-24 15:34:35 +01:00
templates Always use https for tracking 2022-01-25 17:38:27 +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 Keep photos dir 2022-01-12 14:42:39 +01:00
composer.json Setup sitemap 2022-01-19 16:21:10 +01:00
composer.lock Snyk test composer and npm 2022-01-24 10:31:21 +01:00
deploy.php Remove staging host 2022-01-24 23:49:31 +01:00
DEVELOPMENT.md Update docs 2022-01-18 20:25:49 +01:00
docker-compose.yml Use mariadb for dev and prod 2022-01-11 22:42:01 +01:00
Jenkinsfile Snyk test composer and npm 2022-01-24 10:31:21 +01:00
package-lock.json Snyk test composer and npm 2022-01-24 10:31:21 +01:00
package.json Snyk test composer and npm 2022-01-24 10:31:21 +01: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
README.md Update readme 2022-01-24 23:49:23 +01:00
symfony.lock Setup sitemap 2022-01-19 16:21:10 +01:00
webpack.config.js use bootstrap 2021-04-24 16:59:51 +02:00
yarn.lock Snyk test composer and npm 2022-01-24 10:31:21 +01:00

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