Code Monkey home page Code Monkey logo

Comments (8)

marcosschlup avatar marcosschlup commented on August 9, 2024 1

We have a ready structure (and records in the db as favorites) but we have nothing in the Frontend. We need to add.

In the Frontend sketch I did not find a reference for the bookmark. I think we're going to have to invent one.

from software-engineering-daily-api.

thedc89 avatar thedc89 commented on August 9, 2024 1

I think the mechanism for bookmarking is already there. When you look at the API response (provided that user is authenticated), it sends both upvoted and bookmarked boolean values.

I use it in iOS version to display which episode has already been upvoted/bookmarked. I think we can do it pretty much the same way on the web without any backend modifications required.

from software-engineering-daily-api.

crablar avatar crablar commented on August 9, 2024 1

Thanks @thedc89 !

from software-engineering-daily-api.

sterlingrules avatar sterlingrules commented on August 9, 2024

For persistent bookmarking, it would not be purely client-side. We could definitely offer bookmarking on the web, as well as store a user's bookmarks and have them retrieved on mobile.

from software-engineering-daily-api.

andrewmarklloyd avatar andrewmarklloyd commented on August 9, 2024

I think this is partially implemented, at least on the backend: https://github.com/SoftwareEngineeringDaily/software-engineering-daily-api/blob/master/server/controllers/bookmark.controller.js

from software-engineering-daily-api.

crablar avatar crablar commented on August 9, 2024

@MostafaGazar @thedc89 do you know if bookmarking is synced with the backend?

from software-engineering-daily-api.

MostafaGazar avatar MostafaGazar commented on August 9, 2024

Just concurring that bookmarks are tracked on the backend. This means you have to logged in to use this feature on Android.

from software-engineering-daily-api.

sterlingrules avatar sterlingrules commented on August 9, 2024

Bookmarks have been added SoftwareEngineeringDaily/sedaily-front-end#667

from software-engineering-daily-api.

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.