Giter VIP home page Giter VIP logo

Comments (2)

edherm avatar edherm commented on July 26, 2024

Thanks, Adam. Just to clarify, do you think I should cut down the todo slice to just hold a reference to the body and todo_list_id? This seems like a significant difference in function from BaseCamp to remove the additional fields of notes, event association, etc.

I'm a little adrift on how to keep track of each different section's comments. My thought was that I would give each commentable slice access to associated comment_ids, but is there a better way to do this?

I've cut out all references to subscribers and boosts and I have added in a session slice (though I still have to fill that in.. :| )

from springboard.

AdamYLiang avatar AdamYLiang commented on July 26, 2024

I think in the meantime we should have our todos state only contain vital information related to the MVP. If you finish your MVPs then we can go back and add the remaining fields to the state. I wouldn't worry about all the features of Basecamp just yet, for now we can just have the basic functionality of making a todo and having it associated with the project.

As for comments, this can also be more fleshed out after your main MVPs. For comments though, they can either be separate comment categories or send up the appropriate comment type in the jbuilder. So the end result is you will have all comments, regardless of what kind, in a comments slice of state and each comment will know what id/resource they have.

And nice work on that! For the session slice of state it will just be the user logged in which you'll have a better idea on how to do after today! Let me know if this makes sense.

from springboard.

Related Issues (14)

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.