Giter VIP home page Giter VIP logo

mentorq-backend's People

Contributors

anarav avatar dependabot[bot] avatar ericxuan02 avatar kironb avatar srnazng avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

ericxuan02

mentorq-backend's Issues

Integrate slack-dm-link endpoint

Since we want to integrate LCS slack-dm-link endpoint with mentorq, we could potentially do this from the backend. This may also be a frontend issue.

Fix migrations issues

When the repo is freshly cloned, there is an exception due to the migrations not being run properly. Needs to be investigated to find and fix the issue

Compliant changes for LCS auth flow changes

LCS has changed how authentication works and we need to make the necessary changes to be compliant with it. It is highly likely that parts of backend might not work entirely after that has been pushed

Create feedback endpoint

Since the frontend is thinking of developing a feature for feedback, we should develop an endpoint to store information regarding it.

As of right now, the feedback endpoint should be able to handle information regarding:

  • The name of the mentor who helped the mentee (we could potentially store other information, we just need to retrieve this)
  • The name of the mentee who was helped (same goes for this as well)
  • Star rating given to the mentor
  • Feedback in the form of text

Cleanup folder names

This will likely affect tables names in our sqllite database but having folder names that make more sense could help newer developers that join mentorq and want to develop on the backend.

Move API endpoint documentation to github wikis

We should make the API documentation look a bit cleaner and potentially move it to github wikis to not take up much space in the readme while at the same time being consistent with our LCS repo.

Create Docker image

This will allow us to provide a consistent dev environment since there have been issues setting up Django in the past. This will also allow front-end to seamlessly run the back-end without having to deal with unexpected Django errors

Connect with travis

Potentially connect our tests with Travis so we can always have tests checked when we push to branches.

Limit ticket creation

It is unrealistic for mentee's to create unlimited number of tickets so.. need to add a hard limit to the number of tickets that can be opened at a time by a given mentee

Create continuous integration for development

We can have constantly deployment for a dev endpoint for us to test via heroku on a development branch. We have a limited amount of space but seeing the size of the database currently it shouldn't be an issue.

Embed role information within access tokens for frontend

Since role gets sent along with access and refresh token, changes in permissions won't be reflected if the front-end stores it early on when receiving the tokens for the first time. Instead we can maybe send it by embedding into the payload of the access token itself so that role updates are reflected accordingly.

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.