Giter Site home page Giter Site logo

traily's People

Contributors

jluquer avatar

Stargazers

 avatar

Watchers

 avatar  avatar

traily's Issues

Front - List users

Create a list of all users, with a search component to filter users. This will allow me to follow/unfollow users.

Backend - User endpoints

User Endpoints

Create routes and controller to manage users.

Routes:

  • /user/create
  • /user/getAll
  • /user/getOneById
  • /user/update
  • /user/delete
  • /user/follow
  • /user/unfollow
  • /user/getFollowing
  • /user/getFollowers

Memoria - Prueba

Memoria - Prueba

Descripción de la tarea

Aquí va una breve descripción de la tarea de prueba

Front - Trail Comments

When opening a trail page display all comments stored for that particular trail.

Create a trail comments component

Backend - Trail review

Trail Review

Create trail review routes and controller to manage trail reviews.

Routes

  • /trail/review/create
  • /trail/review/getAllByTrailId
  • /trail/review/update
  • /trail/review/delete

Improvements

  • Get all trail reviews in your profile.

Backend - Trail endpoint

Trail

Create trail routes and controller to manage trails.

Trail difficulty can be 0,1 or 2: easy, moderate or difficult.

Routes

  • /trail/create
  • /trail/getAll
  • /trail/getOneById
  • /trail/update
  • /trail/delete
  • /trail/upload
  • /trail/getTrackFile
  • /trail/download

Front - Trail page

Display all information about a trail.

Study the possibility of introducing a canvas to display gpx files.

Backend - Activity endpoint

Activity

Create activity routes and controller to manage activities.

Create, delete and update are restricted to admin.

Routes

  • /activity/create
  • /activity/getAll
  • /activity/getOneById
  • /activity/update
  • /activity/delete

Back - GetAllTrailsByUserId

Create an endpoint to get all trails from a user id. This will allow me to get all trails from users you follow for the dashboard

Front - Login

Front

  • Login component -> Form with email and password.
  • Auth service

Backend - Comment endpoint

Comment

Create comment routes and controller to manage comments.

Routes

Trail comments

  • /comment/trail/create
  • /comment/trail/getAllByTrailId
  • /comment/trail/update
  • /comment/trail/delete

Challenge comments

  • /comment/challenge/create
  • /comment/challenge/getAllByChallengeId
  • /comment/challenge/update
  • /comment/challenge/delete

Improvements

  • Get all user comments in user profile

Front - Error message login

Create a css style to display errors.

This will allow me to display an error message when introducing wrong email or password.

Front - Trails

Create a page to display all trails stored in database.

Backend - Auth endpoint

Auth endpoint

Create authentication routes, controller and middleware to manage user authentication.

This will allow me to protect routes based on whether the user is authenticated or not.

Routes

  • /auth/login
  • /auth/logout

Improvements

  • Reset password with email
  • Change password support

Backend - Challenge endpoint

Challenge

Create challenge routes and controller to manage challenges.

Routes

  • /challenge/create
  • /challenge/getAll
  • /challenge/getOneById
  • /challenge/update
  • /challenge/delete
  • /challenge/complete
  • /challenge/getCompleted

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.