Felipe Cardoso cardosofelipe
  • Joined on 2025-01-09
cardosofelipe pushed to main at cardosofelipe/fast-next-template 2025-11-01 14:55:31 +00:00
189ad948ac Mark dead code in users API related to is_superuser checks with # pragma: no cover
e2a8656f81 Improve navigation and URL validation in Playwright authentication tests
Compare 2 commits »
cardosofelipe pushed to main at cardosofelipe/fast-next-template 2025-11-01 14:48:50 +00:00
ce5ed70dd2 Adjust Playwright authentication tests for Firefox compatibility
230210f3db Add comprehensive tests for user API endpoints
a9e972d583 Add extensive tests for handling CRUD and API error scenarios
a95b25cab8 Enhance Playwright test coverage and refactor e2e authentication tests
976fd1d4ad Add extensive CRUD tests for session and user management; enhance cleanup logic
Compare 43 commits »
cardosofelipe pushed to main at cardosofelipe/fast-next-template 2025-10-31 12:04:03 +00:00
80c26c3df2 Enhance security headers middleware with configurable CSP modes
2d909774df Add organization management and admin-specific APIs
Compare 2 commits »
cardosofelipe pushed to main at cardosofelipe/fast-next-template 2025-10-31 07:30:24 +00:00
e19026453f Add session management API, cleanup service, and session-specific tests
b42a29faad Add user session tracking, schemas, utilities, and per-device session management
Compare 2 commits »
cardosofelipe pushed to main at cardosofelipe/fast-next-template 2025-10-30 17:04:19 +00:00
e767920407 Add extensive tests for user routes, CRUD error paths, and coverage configuration
defa33975f Add comprehensive test coverage for email service, password reset endpoints, and soft delete functionality
182b12b2d5 Add password reset functionality, email service, and related API endpoints
Compare 3 commits »
cardosofelipe pushed to main at cardosofelipe/fast-next-template 2025-10-30 15:45:14 +00:00
313e6691b5 Add async CRUD base, async database configuration, soft delete for users, and composite indexes
c684f2ba95 Add UUID handling, sorting, filtering, and soft delete functionality to CRUD operations
2c600290a1 Enhance user management, improve API structure, add database optimizations, and update Docker setup
d83959963b Add security headers middleware and tests; improve user model schema
5bed14b6b0 Add rate-limiting for authentication endpoints and health check feature
Compare 7 commits »
cardosofelipe pushed to main at cardosofelipe/fast-next-template 2025-10-29 21:40:46 +00:00
778da09a42 Expand README with detailed documentation on project structure, backend features, development workflows, and deployment instructions.
6d34f81912 Add deployment Docker Compose file, testing utilities, security helpers, and database initialization script
Compare 2 commits »
cardosofelipe pushed to main at cardosofelipe/eventspace 2025-03-20 17:33:07 +00:00
678e1db0a3 Update max additional guests logic and refine guest counts display
cardosofelipe pushed to main at cardosofelipe/eventspace 2025-03-19 19:49:40 +00:00
a2c3f16dc7 Update guests-list to use RSVP data for dietary and notes
44e6b2a6dc Refactor guest schema and add RSVP field to GuestBase.
42508af610 Add optional RSVP field to guest schema
Compare 3 commits »
cardosofelipe pushed to main at cardosofelipe/eventspace 2025-03-19 18:56:28 +00:00
2a1f13a5f0 Add functionality to display gift reservations per guest
c81e27c602 Add event-specific guest gift reservations endpoint
9fe5e60907 Rename gift purchases API to reservations and update types
Compare 3 commits »
cardosofelipe pushed to main at cardosofelipe/eventspace 2025-03-19 09:53:38 +00:00
62ce98c80e Add support for fetching all guest gift reservations
fe3f2b0894 Add API endpoint to retrieve all guest gift reservations
79f08a1208 Add quantity column to GuestGifts table and update references
2c73ee4d7e Add purchase link and reservation details to gift list
392dd6f0d2 Add columns for dietary restrictions and notes to guest list
Compare 9 commits »
cardosofelipe pushed to main at cardosofelipe/eventspace 2025-03-19 07:38:26 +00:00
cd22418786 Add event_id and guest_id fields to RSVPSchemaBase
472a0b7834 Add delete functionality for gifts in the dashboard
Compare 2 commits »
cardosofelipe pushed to main at cardosofelipe/eventspace 2025-03-19 07:16:42 +00:00
1441843a55 Add cascading delete to Gift and Guest relationships
cardosofelipe pushed to main at cardosofelipe/eventspace 2025-03-19 06:32:14 +00:00
7d8eacad7a Update gift cancellation to include received status
cardosofelipe pushed to main at cardosofelipe/eventspace 2025-03-17 17:42:24 +00:00
0410d148d3 Refactor RSVP form to improve guest input usability
cardosofelipe pushed to main at cardosofelipe/eventspace 2025-03-17 11:33:14 +00:00
479cb7ade8 Switch backend to production API and adjust headers for auth
cardosofelipe pushed to main at cardosofelipe/eventspace 2025-03-17 11:25:58 +00:00
ebfa57abc9 Set default URLs for backend and app environments
cardosofelipe pushed to main at cardosofelipe/eventspace 2025-03-17 11:19:41 +00:00
7d0319462e Fix cors
1946484fd6 Update gitignore
Compare 2 commits »
cardosofelipe pushed to main at cardosofelipe/fast-next-template 2025-03-05 08:16:11 +00:00
f87e0dd3b0 Add operation_id to all auth route endpoints
cardosofelipe pushed to main at cardosofelipe/fast-next-template 2025-03-04 18:11:00 +00:00
162e586e13 Add comprehensive test suite and utilities for user functionality