3.0.0-alpha.2
dsbilling
released this
02 Jan 22:10
·
44 commits
to develop
since this release
Changed
- Release Workflow Revamped:
- Trigger for the release procedure updated from
released
topublished
. - Source data reference branch changed from
main
todevelop
.
- Trigger for the release procedure updated from
- API Endpoints Enhanced:
- Event interest endpoint routes updated from
/{event_id}
to/events/{event_id}/interests
for improved clarity and coherence.
- Event interest endpoint routes updated from
- Frontend API Calls Altered:
- Updated paths in
event-interest.ts
to align with the new endpoint structure.
- Updated paths in
- Frontend Imports Reordered and Formatted:
- Removed unnecessary import statements from
nav-user.tsx
. - Styled
changelog.tsx
file for consistency.
- Removed unnecessary import statements from
- Code Readability Enhanced:
- Minor adjustments to indentation and line formatting across the codebase.
Added
- New User Interest Feature:
- Introduced
event_interests
table to capture user preferences related to events. - Ensured foreign key constraints are upheld.
- Introduced
- Healthchecks Implemented:
- Added healthchecks to Docker Compose files for frontend and backend services.
- Docker Solutions for PostgreSQL:
- Created Docker and Docker Compose files for PostgreSQL with optimized configurations.
Fixed
- Improved Import Arrangement:
- Re-associated import commands in
__init__.py
to include the newevent_interest
model.
- Re-associated import commands in
Removed
- Housecleaning of Unused Files:
- Deleted unused files
status.ts
andProfile.tsx
.
- Deleted unused files
Full Changelog: 3.0.0-alpha.1...3.0.0-alpha.2