Go to file
2022-01-24 17:40:19 +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 Implement basic title text search 2022-01-20 17:51:02 +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 Add staging 2022-01-24 17:40:19 +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 docs 2022-01-18 20:25:49 +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

plant-exchange

Idea

A platform where people can exchange plants. They can post what they have and search for others with filters.

Tech stack

Admin dashboard

Find it under /admin

Filters

Implemented

  • Distance between postal codes

Ideas

⚠️ 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