Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 719 Bytes

README.md

File metadata and controls

40 lines (34 loc) · 719 Bytes

Installation

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

If the venv command fails, try this one:

rm -rf venv
virtualenv --python=python3.6 venv

Architecture decisions

  • Group names must start with a capital letter for compatibility reason

Open Tasks

  • Test with PostgreSQL for bigger loads
  • Review search box
  • Archiving
    • Events
    • Groups
    • Tags
  • Deleting archived
    • Events
    • Groups
    • Tags
  • Tags
    • Propose new Tags on the fly
    • Better edit/search form
  • Group
    • Create Event
    • Join
    • Leave
  • Event
    • Join
    • Leave