Files
libreevent/notes.md
Janis Hutz 7ce024a768 Update notes.md
Add links to apps to add to website
2023-10-27 08:49:05 +00:00

1.0 KiB

DEPLOY

For deployment create the following items:

  • libreevent-[VERSION HERE]-npm.zip (contains the node_modules folder from src/server)
  • libreevent-[VERSION HERE]-prebuilt.zip (contains a ready-to-use compiled version of libreevent (main download))
  • libreevent-[VERSION HERE]-full-icu.zip (contains the package.json file which can be used if full-icu is not enabled in Node.js)

# Links to apps

PLANS

  • Website: Add ids to titles

  • Update files to import when deploying for included json files instead of secret.json files

  • Also remove /test/ routes

  • FUTURE: Implement Permission system

  • FUTURE: Add Admin profile (page to change account settings per person like changing pwd)

  • FUTURE: add multi-language support

  • FUTURE: Guest purchase

  • FUTURE: Colour for event banner background

  • FUTURE: add webpack (or any other minifying tool) to project website to decrease file size (OPTIONAL)