Git Product home page Git Product logo

Comments (5)

dimky01 avatar dimky01 commented on July 29, 2024

Hi, I will like to work on this issue but I need more clarification.
Do you mean that the dataToBeSent should have an array of "ownerId"?

from website-dashboard.

akankshadharkar avatar akankshadharkar commented on July 29, 2024

Hey @dimky01, glad to have you here 😄
I've updated the description, please feel free to reach out if you have any queries
I'll also assign the issue to you
You can also join our discord channel if you'd like to be a part of our community - https://discord.gg/mppVvGhc

from website-dashboard.

dimky01 avatar dimky01 commented on July 29, 2024

Hi @akankshadharkar. I tried to make the changes and the run locally but I couldn't submit the form because I guess the POST Api handling the form submission needs to be updated as well. Is there any information on that or can I get access to make the required modification at the backend

from website-dashboard.

swarajpure avatar swarajpure commented on July 29, 2024

Hi @akankshadharkar. I tried to make the changes and the run locally but I couldn't submit the form because I guess the POST Api handling the form submission needs to be updated as well. Is there any information on that or can I get access to make the required modification at the backend

Yes, the API won't work. It'll give you CORS error as you're trying to access api.realdevsquad.com from localhost
Also, even if that was working, the API give error as we don't (yet) allow assignedTo field to be passed in req.body. We are validating the data coming through req.body here.

Also, we had a discussion later on this issue and we had finalized that we won't be sending createdBy field from the frontend. Instead backend will pick that up from the cookie which is being sent. Why? The reason is stated here

So can you please make a PR with the changes you've done? We could review and suggest changes -- if any 🙂

from website-dashboard.

dimky01 avatar dimky01 commented on July 29, 2024

Hi @swarajpure I have created a PR

from website-dashboard.

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.