ivastly / mood

Mood App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mood App

Simple team mood application.

Installation

On dev:

make env
make composer-install
make dev
open localhost:8080

On prod:

make env
vim .env
make composer-install
make prod
open whatever-your-domain-is-in-.env

Usage

  1. Go to index page.
  2. Create a team.
  3. Save team page to bookmark.
  4. Add team emails.
  5. Check the feedback history occasionally.

The emails are sent with the following command:

docker-compose exec php /app/bin/console feedback:links:email [TEAM_ID]

Todo

  1. Add email queue.
  2. Add cron daemon.
  3. Charts.
  4. Better UI.
  5. Authn/authz.

About

Mood App


Languages

Language:PHP 82.9%Language:HTML 11.6%Language:Dockerfile 4.1%Language:Makefile 1.2%Language:Shell 0.3%