Code Monkey home page Code Monkey logo

eventmanagment's Introduction

Event Management App

User

  1. Register (User can register)
  2. Login (User login)
  3. Logout (User logout) 04.Change Password (User can change his password)
  4. Update Password (When request for reset password is done, to set new password) 06.Reset/Forgot Password (In API response send info regarding to update password) Event (Authentication required for doing operations on event)
  5. Create (User can create Event)
  6. Invite (Users) // when that user login in he can see his created event list and also events in which he is invited.
  7. List (Invited users when login can see their created events as well as events in which they are invited in, also display creator name in list) 04.Following are the actions that need to be done on listing api a. pagination b. Sorting c. Date Filter d. Search Filter
  8. Event Detail + list of users invited (API to get specific event and invites) 06.Event update (Event Update)

Agenda ● Understand participants' understanding about the requirement. ● Explain understanding and fill in the gaps in the requirement and the understanding. ● Discuss the roadmap to the solution ● Q & A Roadmap ● Two core models ○ User ○ Event ● Choice of database - mysql/mongodb. Go with mongodb. ● Model schemas - open ended from the client side. Probable schema from our end ○ User ■ Title ● Metadata, - { required, enum [Mr, Miss, Mrs]} ■ name/fullname ■ Email ● Metadata - { required, unique, valid email syntax} ■ Password ● Metadata - { required, use bcrypt } ■ createdAt ■ modifiedAt ■ resetPasswordToken ○ Event ■ name -> title ■ description ■ eventDate ■ createdBy -> userId ■ invitees [{invitee, invitedAt}] ● Data type - array of objects ● Object structure would be { invitee: ObjectId(userId), invitedAt: timestamp } ■ createdAt ■ modifiedAt

eventmanagment's People

Contributors

chandangupta1997 avatar chandanguptalternative avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.