bahrain-bp / bqa-genai-challenge

This repository will include the BQA GenAI challenge artifacts
0 stars 0 forks source link

Notify when processing is done and data is available after AI processing workflow #123

Open cerashdan opened 5 months ago

cerashdan commented 5 months ago

Task Description:

When the user upload an evidence, the system will inform him that the upload is successful. Then, send an email notification (using SES) when the results of the summary(s) are available.

1. Requirements:

2. Dependencies:

3. Pages:

note: I created an email for the source (called 'noreplyeduscribeai@gmail.com')

cerashdan commented 5 months ago

This task is not only UI!

You should design the UI, configure SES and test uploading a file and receiving a notification over email.

Mrymk02 commented 5 months ago

Run code : git fetch origin git checkout 123-notify-when-processing-is-done-and-data-is-available-after-ai-processing-workflow

Mrymk02 commented 4 months ago

To complete the task, I have to get the finished processing from

(idk which branch st the moment but it is associated with bedrock_prompt.ts) :

  1. fetch changes from main:

git fetch origin main

  1. merge them to the current branch:

git merge origin/main

Mrymk02 commented 4 months ago

the functionality works email is sent successfully but :

  1. userEmail should be replaced with current logged in user.
  2. haven't implemented the function in invokeSes.ts yet so testing is still not complete.
Mrymk02 commented 4 months ago

Getting an error, will fix it in sha allah

| Error: Auth UserPool not configured.

Mrymk02 commented 4 months ago

Error:

Image Image

Fix:

npm install @rollup/rollup-win32-x64-msvc

Mrymk02 commented 4 months ago

@cerashdan @malsaegh

Please help 😢 I keep getting this error when trying to run in dev stage:

Image

and this is what I'm getting in the frontend: Image

It is stopping me from completing my tasks, my colleagues said I had to wait, this has been going on for 2 days and nothing changed.