Coder Social home page Coder Social logo

Design Docs about allama HOT 2 CLOSED

Vanchen07 avatar Vanchen07 commented on August 14, 2024
Design Docs

from allama.

Comments (2)

jbubar avatar jbubar commented on August 14, 2024

Hey Vanessa!

Thanks for going over my design docs and providing me with this feedback.
I am going to try to answer all of your questions bellow 🐳

MVP List

  1. Yes. I plan on being able to delete a project, section and task. So there will be CRUD actions for those three. I will update my MVP list to reflect that.

Back End Routes

  1. for GET /api/users , Good catch.. I do not want all users... I just want all of the users on a specific team.
    I changed it to
- GET /api/team/:id/users - returns information
+ GET /api/team/:id/users - returns users on a team information
+ GET /api/users/:id - returns a single user's info

Here is an example on Asana.com where they list all of the team members in one place.
Screen Shot 2020-12-03 at 10 59 00 PM

  1. The nested routes are because I need all of the project or users on a specific team. It is a way for me to specify a team... Do you have another suggestion? I struggled a bit with this..

Front End Routes

are you planning to share one session form for both sign in and sign up?

  1. Good catch on the front end routes with my signup form. I guess I got a bit sloppy
* /signup
-     * SessionForm
+     * SignupForm

for your /home/:userId route, are you planning to be able to see a home page for other users(besides the currently signed in user)?

  1. The home page should be the same for everyone on the same team.

same question for your routes with :userId

  1. This is a good question. I need to think about it. I think yes. I would like you to be able to see the pages of everyone on your team.

Let me know if I answered your questions fully. I would love to talk to you, because I am making some assumptions with my whole design that I am not sure about. 🤷‍♂️

from allama.

jbubar avatar jbubar commented on August 14, 2024

Hey Vanessa!
I think I completed my user auth, but I was having trouble pushing it to heroku.
got a red wall full of errors. Ill put in a question tomorrow morning :)
Screen Shot 2020-12-10 at 12 36 41 AM
Screen Shot 2020-12-10 at 12 36 51 AM

from allama.

Related Issues (2)

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.