Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
8aa3a26ee7
feat: Add event association to purchases; implement event relationship in models, update migration, and enhance tests
1de08c1ca4
feat: Implement sale management features including controllers, services, resources, and routes; add PDF generation for sales and modifications
3f9bcd84c4
feat: Add tenant code to value changes; implement PurchaseController and related services for tenant-specific purchase management
c4b317d5fc
feat: Implement value change logging functionality with models, traits, and migration; add tests for logging behavior and value change mapping
3b2977a330
feat: Enhance tenant website extras by adding detailed description HTML for hero and additional info configurations; update related tests for validation
3b36abd46d
feat: Refactor event form functionality by removing social media data from AdminAppBootstrapResource and AdminAppBootstrapService; add EventFormController, EventFormResource, and EventFormService; implement routes and tests for event form
12697c2268
feat: Refactor bootstrap functionality by adding AdminApp and Tenant controllers, requests, resources, and services; remove deprecated event form components
f4638bc984
feat: Implement event management functionality with API endpoints and validation