fossasia / open-event-server

The Open Event Organizer Server to Manage Events https://test-api.eventyay.com
https://api.eventyay.com
GNU General Public License v3.0
2.96k stars 1.89k forks source link

[FEAT] - Added model and form to add exhibitors #9135

Open Aaditya-Singh78 opened 5 months ago

Aaditya-Singh78 commented 5 months ago

Fixes #9111

Short description of what this resolves:

Added feature to manage exhibitors. It defines a model called Exhibitor with various fields - username, description, and website, allowing for the storage of exhibitor information, verifying exhibitors, updating their details.

Added test cases to validate the functionality of the exhibitor creation form, exhibitor modification form, and exhibitor instance creation.

Changes proposed in this pull request:

Checklist