tanishqOriginal post
Web Developer
I want to provide ui feedback when a particular event, out of series of events it take to complete the whole task in server side, takes place. e.g. to auto fill forms using AI it takes generally 3 events to complete this task.
- GET the form to auto fill.
- extract the input fields to fill.
- prompt the LLM to generate a structured response containing relevant information from user uploaded files.
so it would be very nice and convenient to notify user about the completion of every event because it will take approx 5-10s to complete the whole task.
Summary
Developers want to use Appwrite functions to send completion events for different steps in a series of server-side tasks and then send the response JSON for the generated object. They are looking to provide UI feedback for each event completion to notify users about the progress, as it takes around 5-10 seconds to finish the entire task.