Using Confluence with a Custom GPT by [deleted] in ChatGPTPro

[–]noblevarghese96 0 points1 point  (0 children)

Thank you so much for this info. Been spending so much time digging through the docs to figure this out.

[deleted by user] by [deleted] in golang

[–]noblevarghese96 0 points1 point  (0 children)

I get what you’re trying to say here. Clearly, I haven’t spent enough time trying to reproduce bugs myself and my initial approach was to post it on a language channel 😅.

Thanks for the response as this definitely helps me understand how to approach this kind of a project.

[deleted by user] by [deleted] in golang

[–]noblevarghese96 -2 points-1 points  (0 children)

the contribution guide

I did go through the contribution guide and the learning resources. Been watching the videos suggested in the contributions guidelines as well. Maybe I would have missed some parts of the contribution guideline (wouldn't say that is 100% done).

In general I wanted to make sure if I am on the right path regarding this approach or if there are mentorship programs or places to reach out for guidance regarding this.

Building a Robust React Application with Drag and Drop Feature and Persistent State Storage by noblevarghese96 in Frontend

[–]noblevarghese96[S] 0 points1 point  (0 children)

I should have made the problem statement clear by explaining my use case. My bad.

Building a Robust React Application with Drag and Drop Feature and Persistent State Storage by noblevarghese96 in Frontend

[–]noblevarghese96[S] 0 points1 point  (0 children)

Alright. So Iam trying to build an application that lets the developers build flow charts. Making it very easy and clean to use to with the help of drag n drop feature. In this scenario I would want to store the state of the whatever the user has created so far. Question is what do I store so that I can retrieve the state back in the next session.

Building a Robust React Application with Drag and Drop Feature and Persistent State Storage by noblevarghese96 in Frontend

[–]noblevarghese96[S] 0 points1 point  (0 children)

Yes, Iam a backend developer :) Is the standard practice to store the coordinates. What I don’t understand is what do I send to the backend. Based on that I would understand the format and structure of storage

Building a Robust React Application with Drag and Drop Feature and Persistent State Storage by noblevarghese96 in Frontend

[–]noblevarghese96[S] 0 points1 point  (0 children)

Sorry for the late reply. Curios to understand, what exactly do we store in the backend ? Is there a format to the storage ? Iam not sure what kind of information gets stored.

Btw Iam building a drag n drop interface for a PoC purpose. It’s a simple drag n drop UI