You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Jannis Portmann 80ef8caf20 Update command 2 months ago
assets Split app.js into individual scripts 1 year ago
bin Add initial set of files 2 years ago
config Exclude sitemap from firewall 1 year ago
migrations Rename offering to offer 1 year ago
public Set headers on all requests 1 year ago
src Fix password resetting 1 year ago
templates Add icon for distance 1 year ago
tests setup phpunit for testing 2 years ago
translations setup admin interface 2 years ago
.env Verify CAPTCHA 1 year ago
.gitignore Ignore snyk files 7 months ago
DEVELOPMENT.md Update docs 1 year ago
Jenkinsfile Update command 2 months ago
README.md Update readme 1 year ago
composer.json Update and fix security issues 2 months ago
composer.lock Update and fix security issues 2 months ago
deploy.php Use deployer 7.x 2 months ago
docker-compose.yml Use mariadb for dev and prod 1 year ago
package-lock.json Update packages 7 months ago
package.json Update packages 7 months ago
php.ini add php.ini to increase file upload size 2 years ago
phpunit.xml.dist setup phpunit for testing 2 years ago
symfony.lock Update and fix security issues 2 months ago
webpack.config.js Split app.js into individual scripts 1 year ago
yarn.lock Update packages 7 months ago

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