Closed wvwatson closed 4 months ago
Bit perplexing trying to see how to submit after filling out the form...whether or not it was completed or added
After I selected completed and went back in I didn't see my event listed under the other ones someone submitted previously:
Was able to go in create and update a new event and make edits. Workflow was simple and seamless
Event Manager Functional Requirement Ticket
Title: Development of a Decentralized Event Management System with Integrated Quest Management
Description: Develop a decentralized platform for managing events, where each event hosts various activities or "quests." The system should allow organizers to create and manage events, assign quests to these events, and track participant engagement. The
QuestManager
contract, previously provided, will handle the creation and management of quests, while theEventManager
contract will focus on event lifecycle management.Acceptance Criteria:
Event Management
createEvent
function.updateEvent
function.deleteEvent
function.Quest Assignment to Events
assignQuestToEvent
function.Participant Engagement
Access Control
Data Integrity and Security
Testing
Solidity Contract Example
Deliverables:
EventManager
andQuestManager
contracts.