Project

General

Profile

Activity

From 07/28/2024 to 08/26/2024

08/26/2024

04:43 PM Bug #3712 (Closed): Please add support for num-chapters in k-12-support.txt
Current format: <board>; <grade>; <subject>; supported-themes=[[chosen: [comma separated default set of styles]], [ot... Ram Kordale

08/23/2024

12:16 PM Feature #3710 (Review): Disallow moving forward in chapter or exercise
Dewakar Chaubey
12:15 PM Feature #3710 (Resolved): Disallow moving forward in chapter or exercise
Dewakar Chaubey
08:43 AM Feature #3710 (In Progress): Disallow moving forward in chapter or exercise
Dewakar Chaubey

08/22/2024

01:21 PM Task #3711 (Closed): Tweaks to Question Answering Colab
Colab: https://colab.research.google.com/drive/14N0bH9RBm9lO28EuLXegA1BUzh4hDfXX
Fixes should work for all exerc...
Ram Kordale
12:13 PM Feature #3710 (Closed): Disallow moving forward in chapter or exercise
If user has worked out until Exercise E, allow user to move to exercise <= E+1.
Until user finishes last exercise ...
Ram Kordale

08/18/2024

11:59 AM Task #3709 (New): Modify call to insert entry to prompt_prefixes kind to exclude fields other than model, index, vector_store_name and assistant_id from being indexed
Ram Kordale

08/13/2024

12:31 PM Bug #3708 (Review): Use value of 'askParameters' if present in div argument.
Shubham Boke
12:31 PM Bug #3708 (Resolved): Use value of 'askParameters' if present in div argument.
Shubham Boke
12:31 PM Bug #3708 (In Progress): Use value of 'askParameters' if present in div argument.
Shubham Boke
12:07 PM Bug #3708 (Closed): Use value of 'askParameters' if present in div argument.
Currently the value of 'askParameters' variable from the script is being used despite being present in the div argume... Shubham Boke
07:35 AM Feature #3627 (Reopened): Add function get-file that gets a file from gcs to rk2-gcf
Ram Kordale
07:03 AM Feature #3688 (Feedback): Replace our 'Send' button with ChatGPT's send icon
Shubham Boke
07:03 AM Feature #3688 (Resolved): Replace our 'Send' button with ChatGPT's send icon
Shubham Boke
06:16 AM Bug #3707 (New): Handle 'get_file_from_gcs' response properly
'get_file_from_gcs' method returns the requested file from gcs. Currently we are checking the response validity by se... Shubham Boke

08/08/2024

06:42 AM Feature #3703 (Review): Tweak grade, subject line
Shubham Boke
06:41 AM Feature #3703 (Resolved): Tweak grade, subject line
Shubham Boke
06:41 AM Feature #3703 (In Progress): Tweak grade, subject line
Shubham Boke
04:16 AM Feature #3706 (Closed): Add image file support to create styled questions, store in DS and show in FE
Here are some details for an end to end demo.
Sample question:
#$Exercise: 3.5.1.a
#$Question: Here is a fact...
Ram Kordale

08/07/2024

01:15 PM Feature #3703: Tweak grade, subject line
Since the design was changed after more than half the work was finished with the initial set of requirements, I have ... Ram Kordale
11:17 AM Bug #3705 (Review): Modify 'Create detailed QNAs and Answers' Colab
Dewakar Chaubey
11:17 AM Bug #3705 (Resolved): Modify 'Create detailed QNAs and Answers' Colab
Dewakar Chaubey

08/06/2024

07:31 AM Bug #3705 (Closed): Modify 'Create detailed QNAs and Answers' Colab
In https://colab.research.google.com/drive/14N0bH9RBm9lO28EuLXegA1BUzh4hDfXX, call_openai will return $$$---$$$---$$$... Ram Kordale

08/05/2024

09:05 AM Task #3704 (Review): Handle y/n better
Dewakar Chaubey
09:05 AM Task #3704 (Resolved): Handle y/n better
Dewakar Chaubey
07:34 AM Task #3704 (In Progress): Handle y/n better
Dewakar Chaubey
06:54 AM Task #3704 (Closed): Handle y/n better
A few times, we ask user to type y/n.
In the case of 'Ready for questions. Type y/n'. Here, even if we type yes, w...
Ram Kordale

08/02/2024

12:36 PM Task #3702 (In Progress): Please add tooltips to grade and subject
Parag Patil
02:07 AM Task #3702 (Rejected): Please add tooltips to grade and subject
In "Please select grade and subject <dropdown> <dropdown>", please add tooltip to the drop downs. Please make the imp... Ram Kordale
02:34 AM Feature #3703 (Closed): Tweak grade, subject line
Please replace "Please select grade and subject dd dd" (where dd is <dropdown>) with "dd dd dd dd dd dd" where dd is ... Ram Kordale

08/01/2024

06:51 AM Task #3701 (Review): Tweaks to the login message and button
Dewakar Chaubey
06:51 AM Task #3701 (Resolved): Tweaks to the login message and button
Dewakar Chaubey
06:51 AM Task #3701 (In Progress): Tweaks to the login message and button
Dewakar Chaubey
06:48 AM Task #3701 (Closed): Tweaks to the login message and button
Please
- remove 'Login using Google' message
- replace 'Login' with 'Click To Get Started' for the button and ensur...
Ram Kordale

07/31/2024

07:38 AM Task #3700 (New): Functional testing for update_user_info
Create a file tests/functional/test_user.py
And write the tests for /update_user_info endpoint and mock the datast...
Md Shahzar
07:35 AM Task #3699 (New): Functional testing for get_question
Write tests for /get_question endpoint and mock the datastore call Md Shahzar
07:34 AM Task #3698 (New): Functional testing for get_questions_list
Write tests for /get_questions_list endpoint and mock the datastore call Md Shahzar
07:33 AM Task #3697 (New): Functional testing for set_questions_list
Write the tests for /set_questions_list endpoint and mock the storage bucket and datastore call Md Shahzar
07:31 AM Task #3696 (New): Functional testing for get_file
Write the tests for /get_file endpoint and mock the storage bucket call Md Shahzar
07:29 AM Task #3695 (New): Functional testing for crud_ds
Write the tests for /crud_ds endpoint and mock the datastore call Md Shahzar
07:28 AM Task #3694 (New): Functional testing for set_kb
Write the tests for /set_kb endpoint and mock the datastore and openai call Md Shahzar
07:26 AM Task #3693 (New): Functional testing for store_text_file
Write the tests for store_text_file and mock the storage bucket call Md Shahzar
07:19 AM Task #3692 (New): Functional testing for set_prompt_mods
Write the test for set_prompt_mods for all the different cases and mock the datastore and openai call Md Shahzar
07:15 AM Task #3691 (New): Functional testing for set_openai_key
Write a test for the /set_openai_key endpoint for and mock the datastore call Md Shahzar
06:59 AM Feature #3690 (New): Functional testing
Md Shahzar

07/30/2024

11:01 AM Feature #3689 (Review): Keep the user logged in till they explicitly logout
Ayanava Karmakar
11:01 AM Feature #3689 (Resolved): Keep the user logged in till they explicitly logout
Ayanava Karmakar
11:00 AM Feature #3689 (In Progress): Keep the user logged in till they explicitly logout
Ayanava Karmakar
08:54 AM Feature #3689: Keep the user logged in till they explicitly logout
TC: https://docs.google.com/document/d/1hU3CCcNNeJAFOFYN9EkJ4rg6Q1cOGGqayWHMhqLBve4/edit#heading=h.8dm1xtmh7h Ayanava Karmakar
08:44 AM Feature #3689 (Reopened): Keep the user logged in till they explicitly logout
Ayanava Karmakar
08:43 AM Feature #3689 (Resolved): Keep the user logged in till they explicitly logout
Ayanava Karmakar
08:43 AM Feature #3689 (Review): Keep the user logged in till they explicitly logout
After an user logs in, we get an access_token from Google with fixed expiry time of 60 minutes. When this expires and... Ayanava Karmakar
10:24 AM Feature #3685 (Review): Prepend question with "Chapter <chapter_num>. Exercise <exercise_num>. Question <question_num> for main (not sub questions)
Parag Patil
10:22 AM Feature #3685 (Resolved): Prepend question with "Chapter <chapter_num>. Exercise <exercise_num>. Question <question_num> for main (not sub questions)
Parag Patil
10:22 AM Feature #3685 (In Progress): Prepend question with "Chapter <chapter_num>. Exercise <exercise_num>. Question <question_num> for main (not sub questions)
Parag Patil
04:41 AM Feature #3688 (In Progress): Replace our 'Send' button with ChatGPT's send icon
Shubham Boke

07/29/2024

11:56 AM Feature #3688 (Closed): Replace our 'Send' button with ChatGPT's send icon
ChatGPT has a vertical arrow as the send icon. please grab the svg for that icon from their site and give me. i will ... Ram Kordale
11:54 AM Feature #3684 (Review): Optimize choosing of themes
Dewakar Chaubey
11:36 AM Feature #3684 (Resolved): Optimize choosing of themes
Dewakar Chaubey
10:43 AM Feature #3684 (In Progress): Optimize choosing of themes
Dewakar Chaubey
09:03 AM Feature #3687 (Review): Show a plain chat interface in the background when loader is spinning
Shubham Boke
09:03 AM Feature #3687 (Resolved): Show a plain chat interface in the background when loader is spinning
Shubham Boke
08:28 AM Feature #3687 (In Progress): Show a plain chat interface in the background when loader is spinning
Shubham Boke
08:19 AM Feature #3687 (Closed): Show a plain chat interface in the background when loader is spinning
Ram Kordale
 

Also available in: Atom