Go to file
2022-01-18 20:25:49 +01:00
assets Verify CAPTCHA 2022-01-18 17:50:54 +01:00
bin Add initial set of files 2021-04-22 12:44:17 +02:00
config Verify CAPTCHA 2022-01-18 17:50:54 +01:00
migrations Use uniqid for wishes and users 2022-01-17 21:25:31 +01:00
public create a public user page 2021-05-13 12:11:02 +02:00
src Implement changing of user password 2022-01-18 18:56:03 +01:00
templates Implement changing of user password 2022-01-18 18:56:03 +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 Install imagine 2022-01-12 17:51:23 +01:00
composer.lock Install imagine 2022-01-12 17:51:23 +01:00
deploy.php Install only prod packages 2022-01-17 17:11:58 +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 Run the command in the correct directory 2021-12-27 15:29:56 +01:00
package-lock.json Bump versions 2022-01-12 16:32:25 +01:00
package.json Bump versions 2022-01-12 16:32:25 +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 Install new packages 2022-01-17 17:15:38 +01:00
webpack.config.js use bootstrap 2021-04-24 16:59:51 +02:00
yarn.lock Bump versions 2022-01-12 16:32:25 +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