lemintare
  • Joined on 2026-02-01
lemintare pushed to main at lemintare/mixmaker 2026-07-20 14:15:46 +00:00
ffa50f20a7 Fix preferred player name resolution
lemintare pushed to main at lemintare/mixmaker 2026-07-19 18:43:51 +00:00
fa4edc0df5 Add player profiles and community settings
lemintare pushed to main at lemintare/mixmaker 2026-07-19 17:46:26 +00:00
5e0825f43f Add turn alerts and public team rosters
lemintare pushed to main at lemintare/mixmaker 2026-07-19 10:43:28 +00:00
a311b7761d Refactor bracket validation logic to support draft state
lemintare pushed to main at lemintare/mixmaker 2026-07-19 09:04:38 +00:00
6b189bfce4 Add global role synchronization for Discord with configurable interval
lemintare pushed to main at lemintare/mixmaker 2026-07-19 08:53:00 +00:00
e5646ba33d Enhance Discord role management by adding hoist functionality
lemintare pushed to main at lemintare/mixmaker 2026-07-19 08:42:45 +00:00
966c81ba12 Add RSVP role synchronization and localization support for Discord
lemintare pushed to main at lemintare/mixmaker 2026-07-19 08:34:17 +00:00
c3624376b0 Add Discord guild ID configuration and enhance event announcement options
lemintare pushed to main at lemintare/mixmaker 2026-07-19 08:21:16 +00:00
ae19c03542 Add Discord event announcement functionality to backend
lemintare pushed to main at lemintare/mixmaker 2026-07-19 00:26:17 +00:00
b7a78b4384 Enhance hero selection functionality in LiveSeriesPage by adding search and role filter options. Update App.test.tsx to include tests for new search and tab interaction features. Improve translations for hero search-related strings and adjust CSS for new UI elements. This update aims to improve user experience during hero bans in live matches.
lemintare pushed to main at lemintare/mixmaker 2026-07-19 00:22:36 +00:00
5d3e66d2f1 Refactor series handling in backend to include player context in Toss, Ban, Pick, and Record actions. Update service methods to accept player parameters, enhancing authorization checks and ensuring proper team actions. Modify integration tests to reflect new method signatures and improve tournament hydration logic in the store. Enhance frontend components to support new series features and improve user experience with live match navigation.
lemintare pushed to main at lemintare/mixmaker 2026-07-18 23:53:20 +00:00
4b8218ec14 Enhance draft structures in backend models by adding new fields for banned actions and audit logs. Update frontend API interfaces to accommodate nullable properties for drafts and results, ensuring better handling of optional data. Improve series adaptation logic to manage null values effectively.
lemintare pushed to main at lemintare/mixmaker 2026-07-18 23:48:39 +00:00
2d7be8b9cd Refactor roster action handling in WorkflowRosterEditor to improve clarity and maintainability. Update player movement and roster manipulation logic to use structured action parameters. Enhance drag-and-drop functionality for roster slots and ensure proper state management in the UI.
lemintare pushed to main at lemintare/mixmaker 2026-07-18 23:44:34 +00:00
23ba04beef Enhance roster management by implementing cross-role player swapping and updating player movement logic. Introduce rating checks for player roles during roster operations and ensure proper handling of captain assignments. Update frontend components to reflect changes in player movement capabilities.
lemintare pushed to main at lemintare/mixmaker 2026-07-18 23:36:42 +00:00
f468f9df82 Add team renaming functionality to API and frontend. Implement backend logic for renaming teams, including validation and synchronization with event rosters. Update frontend components to allow team name editing and ensure proper state management. Enhance translations and styles for new features.
lemintare pushed to main at lemintare/mixmaker 2026-07-18 23:32:19 +00:00
1a5a39baf0 Implement account management features in API, including endpoints for listing accounts and updating account roles. Introduce moderator role with associated permissions, and refactor access control checks to accommodate staff roles. Update database schema to support new role constraints and enhance frontend navigation for staff access.
lemintare pushed to main at lemintare/mixmaker 2026-07-18 23:10:05 +00:00
4b889fb8a0 Add event management features to API, including event cancellation, deletion, registration closure, and workflow balance generation. Introduce new roster management endpoints and enhance participant handling with avoided player preferences. Update database schema and service logic to support these changes.
lemintare pushed to main at lemintare/mixmaker 2026-07-18 22:21:03 +00:00
59c0bdb345 Add participant creation functionality to event API, including backend service and database integration. Update frontend to support participant registration and enhance UI for displaying registered players.
lemintare pushed to main at lemintare/mixmaker 2026-07-18 22:07:51 +00:00
d85d5ffdc0 Refactor navigation item handling in App component to conditionally include admin link based on user role, improving access control and code clarity.
lemintare pushed to main at lemintare/mixmaker 2026-07-18 22:00:48 +00:00
ba7769e6d8 Refactor player, event, RSVP, team, and ruleset list functions to initialize output slices with make([]Type, 0) for improved performance and clarity.