Giter Club home page Giter Club logo

mmtour's Introduction

  • ⚑ Fun fact: I am a huge fan of iyashikei(癒し系) genre animes/mangas
  • 🎧 Fav Music Genre: Soft Acoustic/Jazz
  • πŸ‘¨β€πŸŽ“ Education: University of Debrecen - Computer Science (current)

mmtour's People

Contributors

davianyang avatar dependabot-preview[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar

mmtour's Issues

Add multiple review

Clear and concise description of the problem

Suggested solution

Alternative

Additional context

Add test cases for Authorization

Auth routes

/api/v1/users/register

  • POST: / should register user if required given data is provided
  • POST: / should return 400 error if given email is invalid
  • POST: / should return 400 error if given email is already used
  • POST: / should return 400 error if password length is less than 8 characters
  • POST: / should return 400 error if given password doesn’t contain both letters and characters

/api/v1/users/login

  • POST: / should login user if email and password match
  • POST: / should return 401 error if there is no user with given email
  • POST: / should return 401 error if given password is incorrect

/api/v1/users/logout

  • POST: / should return 204 status if refresh token is valid

/api/v1/users/forgotPassword

  • POST: / should return 204 and send reset token email to user
  • POST: / should send 400 if user didn't provide email
  • POST: / should send 404 if email doesn't belong to any of users

/api/v1/users/resetPassword

  • POST: / should return 204 and reset the password
  • POST: / should return 401 if reset token is missing
  • POST: / should return 400 if token is expired or user is not found

/api/v1/users/updateMyPassword

Add Booking Interface

Clear and concise description of the problem

Suggested solution

Alternative

Additional context

Deployment Fail

Clear and concise description of the problem

  • Parcel Bundle
  • exclude tests when deployed
  • different databases for different environment

Suggested solution

Alternative

Additional context

Add Email Verify

Clear and concise description of the problem

Suggested solution

Alternative

Additional context

Improve Tour Dates

Suggested feature

Add a participants and a soldOut field to each date. A date then becomes like an instance of the tour. Then, when a user books, they need to select one of the dates. A new booking will increase the number of participants in the date, until it is booked out ( participants > maxGroupSize ). So, when a user wants to book, you need to check if tour on the selected date is still available.

Alternative

Additional context

Add GraphQL service

Clear and concise description of the problem

Suggested solution

Alternative

Additional context

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.