- Feature: Make HOFFNUNG 3000 more customizable, Introduce a config editor in admin area, Implement switches for special platform features (configurable in admin area)
- Feature: Easier setup and deployment (also for non-programmers) via Heroku etc.
- Chore: Render index.html via
pug
on server-side for easier customization
- Chore: Change build system from
gulp
to webpack
- Chore: Update deprecated
sequelize
methods
- Chore: Update all dependencies and asset building pipelines (Babel, scss etc.)
- Chore: Replace outdated
react-router-redux
with connected-react-router
- Chore: Introduce
LOG_LEVEL
env variable for more control over logs, improve winston
logger
- Chore: Clean up codebase, add better documentation
- Chore: Move all configurations into the database (instead of env variables or hard coded)
- Chore: Make AWS S3 optional
- Chore: Remove Google Maps, use Leaflet instead
- Chore: Transpile server code for production
- Chore: Use
luxon
instead of moment
for DateTime
- Fix: a ton of bugs which occurred from new changes and dependency updates
Regarding PRs: #40, #39, #38, #37