reworkd / AgentGPT

🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.
https://agentgpt.reworkd.ai
GNU General Public License v3.0
31.58k stars 9.23k forks source link

📞 Reorder Tasks in Task Queue #901

Open jasangill1 opened 1 year ago

jasangill1 commented 1 year ago

As a user, I'd like to have the ability to reorder tasks in the task queue. This feature would provide more flexibility in managing tasks according to my priorities.

Proposed Solution

Integrate a task reordering feature within TaskWindow. Utilize FramerMotion to add a drag ability, allowing users to visually rearrange their tasks. Ensure this feature updates the task positions in the TaskStore when tasks are re-ordered, maintaining the consistency of task order across the platform.

abhithory commented 1 year ago

@jasangill1 , I want to work on this issue. can you please assign me

jasangill1 commented 1 year ago

Hello, @abhithory how are you finding it, need any help anywhere?

abhithory commented 1 year ago

hello @jasangill1, sorry for being late. I was stuck somewhere else.

now I will work on this. Try to finish as soon as possible

abhithory commented 1 year ago

Hello @jasangill1 , here is what i have developed.

is this okay? should i make PR for this?

https://github.com/reworkd/AgentGPT/assets/76877003/4b89af21-177a-482b-ae05-130d43602f6d

abhithory commented 1 year ago

976

I have created PR. please check, let me know if there is anything to update