SDA Backend (Breithorn V2)
On the back-end side, we have introduced significant enhancements to improve efficiency and streamline operations.
The shift from operation-based models to a campaign-based system has necessitated updates to our CRUD operations, database schema, and functions.
As a part of this transition, we have deprecated operation endpoints, replacing them with campaign endpoints. Despite this change, we have ensured all previous operation-based CRUD features remain accessible via the new campaign endpoints, considering that an operation is essentially a campaign limited to a single event.
In a move to further improve back-end efficiency, we have ceased generating souvenir ticket images on the back-end, which reduces load and boosts performance. This modification, along with the broader architectural changes, signifies our commitment to providing a more scalable, efficient, and user-oriented platform.
Organizer Creation
Extending Operations to Campaigns :
Product Features |
|---|
Organizer Creation - Ticket URL Specification
|
Campaign - Creation
|
Campaign - Events Retrieval
|
Campaign - Events Update
|
Campaign - Retrieve all campaigns of an organizer
|
Campaign - Retrieve Campaign Information
|
Campaign - General Information Update
|
Campaign - Image Update
// TODO : add postman call when implemented |
Campaign - Deletion and Cancellation
// TODO : add postman call when implemented |
Campaign - TIXNGO Event Retrieval
|
Campaign - Updating the way we retrieve souvenir tickets
|