Git Product home page Git Product logo

Comments (3)

dhruv42 avatar dhruv42 commented on June 13, 2024 1

Yes @Mayank0255, I can take this up, please assign this to me.

from stackoverflow-clone-backend.

dhruv42 avatar dhruv42 commented on June 13, 2024

Would like to take this up, could you please explain what needs to be done?

from stackoverflow-clone-backend.

Mayank0255 avatar Mayank0255 commented on June 13, 2024

@dhruv42
Actually I was going to take this up myself, but ok, you can try out first,

So, the stackexchange api is used in the backend just to fetch tags description if not already present at the time of post creation,

So for that, what happens right now is that a loop of get requests are made to this endpoint when tags are sent from the frontend, what I have noticed is that the stackexchange api allows retrieval of data for more than one item also, the url for the endpoint works like "java;" when one tag data is requested, when multiple are requested then it can be done like this "java;mysql;nodejs", so instead of making 3 calls we can just make one call and get all the data.

If you think you can take this up then go ahead and let me know so that I can assign you this

from stackoverflow-clone-backend.

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.