Giter Club home page Giter Club logo

Comments (14)

ACHEZ9 avatar ACHEZ9 commented on July 17, 2024

Going to add sessions and try to get the timeline working now. Is anyone else working on it? I don't want to have conflicts. If not, I will push what I have when I finish. Should I put it in a new branch/do I have to until changes are reviewed? Sorry still trying to figure out git. Thank you all for the help Friday with it.

from cs105_nt.

shuchenku avatar shuchenku commented on July 17, 2024

Thanks for getting the timeline and authentication working! I only just had time to play with the changes, I'm a bit confused with a few places and added comments. We can close this issue and merge to master as nT 0.2 after those get cleared up.

from cs105_nt.

vsusaya avatar vsusaya commented on July 17, 2024

Just made a minor change to the branch to get the timeline search by user working (it was labeled as not working before)

from cs105_nt.

keighrim avatar keighrim commented on July 17, 2024

I cleaned up code style with few minor changes. Think it's time to merge to master and finalize 0.1 branch and #3.

from cs105_nt.

shuchenku avatar shuchenku commented on July 17, 2024

I don't think timeline is fully functional yet. I'm making a small change to it and will refactor a few methods.

from cs105_nt.

shuchenku avatar shuchenku commented on July 17, 2024

Do we not have a '/timeline' route anymore? What route displays all the subscribed feeds now?

from cs105_nt.

ACHEZ9 avatar ACHEZ9 commented on July 17, 2024

I made several changes as well, including implementing following. Not sure how we can best resolve everything, we should meet tomorrow to discuss. I don't want to commit anything, as I want to avoid any conflicts.

from cs105_nt.

ACHEZ9 avatar ACHEZ9 commented on July 17, 2024

What is the best way to deal with conflicts in general? For example, I had checked the branch earlier and it was up to date, but now that there are other changes, obviously it is out of date. Is there a way for me to checkout and merge locally with the changes I have made?

from cs105_nt.

shuchenku avatar shuchenku commented on July 17, 2024

@ACHEZ9 Allan, can you commit your changes (or branch this branch)? I'm refactoring some stuff too, don't want to conflict with you changes

from cs105_nt.

ACHEZ9 avatar ACHEZ9 commented on July 17, 2024

Should I commit to a new branch? It seems like several things with routes have been changed as well, so I'm expecting conflicts.

from cs105_nt.

shuchenku avatar shuchenku commented on July 17, 2024

Either way, as long as I can pull your changes. I think if you pull first, resolve the conflicts locally, and then push it will be fine.

from cs105_nt.

keighrim avatar keighrim commented on July 17, 2024

If you are not feeling confident with meesed up conflicts from failed auto-merge, copy the files you changes (or whole directory) somewhere else, then use
git checkout -- . && git clean -d -r .
(run at the project root)
to revert all changes. Then pull from remote. Finally manually merge locally.

from cs105_nt.

keighrim avatar keighrim commented on July 17, 2024

And IMHO, the best way to avoid conflict is to assign issues to people. To do that, first, issues need to be atomic and primitive. One can post a very specific issue then self-assign it before he/her starts to work on that topic. I believe posting and assigning within github will automatically send out notifications to the team.

from cs105_nt.

keighrim avatar keighrim commented on July 17, 2024

I'll close this tomorrow as we have gone over issues from 0.1

from cs105_nt.

Related Issues (20)

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.