Activity
From 07/27/2024 to 08/25/2024
08/23/2024
- 12:16 PM Feature #3710 (Review): Disallow moving forward in chapter or exercise
- 12:15 PM Feature #3710 (Resolved): Disallow moving forward in chapter or exercise
- 08:43 AM Feature #3710 (In Progress): Disallow moving forward in chapter or exercise
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... - 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 ...
08/18/2024
08/13/2024
- 12:31 PM Bug #3708 (Review): Use value of 'askParameters' if present in div argument.
- 12:31 PM Bug #3708 (Resolved): Use value of 'askParameters' if present in div argument.
- 12:31 PM Bug #3708 (In Progress): Use value of 'askParameters' if present in div argument.
- 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...
- 07:35 AM Feature #3627 (Reopened): Add function get-file that gets a file from gcs to rk2-gcf
- 07:03 AM Feature #3688 (Feedback): Replace our 'Send' button with ChatGPT's send icon
- 07:03 AM Feature #3688 (Resolved): Replace our 'Send' button with ChatGPT's send icon
- 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...
08/08/2024
- 06:42 AM Feature #3703 (Review): Tweak grade, subject line
- 06:41 AM Feature #3703 (Resolved): Tweak grade, subject line
- 06:41 AM Feature #3703 (In Progress): Tweak grade, subject line
- 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...
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 ...
- 11:17 AM Bug #3705 (Review): Modify 'Create detailed QNAs and Answers' Colab
- 11:17 AM Bug #3705 (Resolved): Modify 'Create detailed QNAs and Answers' Colab
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 $$$---$$$---$$$...
08/05/2024
- 09:05 AM Task #3704 (Review): Handle y/n better
- 09:05 AM Task #3704 (Resolved): Handle y/n better
- 07:34 AM Task #3704 (In Progress): Handle y/n better
- 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...
08/02/2024
- 12:36 PM Task #3702 (In Progress): Please add tooltips to grade and subject
- 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...
- 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 ...
08/01/2024
- 06:51 AM Task #3701 (Review): Tweaks to the login message and button
- 06:51 AM Task #3701 (Resolved): Tweaks to the login message and button
- 06:51 AM Task #3701 (In Progress): Tweaks to the login message and button
- 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...
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... - 07:35 AM Task #3699 (New): Functional testing for get_question
- Write tests for /get_question endpoint and mock the datastore call
- 07:34 AM Task #3698 (New): Functional testing for get_questions_list
- Write tests for /get_questions_list endpoint and mock the datastore call
- 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
- 07:31 AM Task #3696 (New): Functional testing for get_file
- Write the tests for /get_file endpoint and mock the storage bucket call
- 07:29 AM Task #3695 (New): Functional testing for crud_ds
- Write the tests for /crud_ds endpoint and mock the datastore call
- 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
- 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
- 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
- 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
- 06:59 AM Feature #3690 (New): Functional testing
07/30/2024
- 11:01 AM Feature #3689 (Review): Keep the user logged in till they explicitly logout
- 11:01 AM Feature #3689 (Resolved): Keep the user logged in till they explicitly logout
- 11:00 AM Feature #3689 (In Progress): Keep the user logged in till they explicitly logout
- 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
- 08:44 AM Feature #3689 (Reopened): Keep the user logged in till they explicitly logout
- 08:43 AM Feature #3689 (Resolved): Keep the user logged in till they explicitly logout
- 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...
- 10:24 AM Feature #3685 (Review): Prepend question with "Chapter <chapter_num>. Exercise <exercise_num>. Question <question_num> for main (not sub questions)
- 10:22 AM Feature #3685 (Resolved): Prepend question with "Chapter <chapter_num>. Exercise <exercise_num>. Question <question_num> for main (not sub questions)
- 10:22 AM Feature #3685 (In Progress): Prepend question with "Chapter <chapter_num>. Exercise <exercise_num>. Question <question_num> for main (not sub questions)
- 04:41 AM Feature #3688 (In Progress): Replace our 'Send' button with ChatGPT's send icon
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 ...
- 11:54 AM Feature #3684 (Review): Optimize choosing of themes
- 11:36 AM Feature #3684 (Resolved): Optimize choosing of themes
- 10:43 AM Feature #3684 (In Progress): Optimize choosing of themes
- 09:03 AM Feature #3687 (Review): Show a plain chat interface in the background when loader is spinning
- 09:03 AM Feature #3687 (Resolved): Show a plain chat interface in the background when loader is spinning
- 08:28 AM Feature #3687 (In Progress): Show a plain chat interface in the background when loader is spinning
- 08:19 AM Feature #3687 (Closed): Show a plain chat interface in the background when loader is spinning
07/27/2024
- 04:29 PM Feature #3682 (Review): When user logs in, call update_user_info API/GCF
- 04:29 PM Feature #3682 (Resolved): When user logs in, call update_user_info API/GCF
- 04:28 PM Feature #3682 (In Progress): When user logs in, call update_user_info API/GCF
- 01:41 PM Feature #3686 (New): Allow learners to ask for a replacement question
- Sometimes, our question, detailedQNAs or detailedAnswers may have some error or may not be readable. In such cases, l...
Also available in: Atom