YA

yaswanthsaivendra

@yaswanthsaivendra

Contributor
Total Points
50

All time

Total Activities
50

All time

Activity Types
6

Different types

Activity Overview

0 contributions in the last year

Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Mon
Wed
Fri
Less
More
Activity Breakdown

22 total activities · 50 total points

PR Merged
5 (22.7%)·25 pts
Commit Created
5 (22.7%)·10 pts
PR Opened
9 (40.9%)·9 pts
Issue Opened
3 (13.6%)·6 pts
22
Total Activities
50
Total Points
4
Activity Types
2.3
Avg Points/Activity
Activity Timeline

4 of 50 activities· 1 of 4 months

September 20234 activities

PR Merged+5
Added None option in admitted_to bed filters so that we can filter for patient who are admitted but no bed assigned
Commit Created+2
Added None option in admitted_to bed filters so that we can filter for patient who are admitted but no bed assigned (#5550) * added None option in admitted_to bed filters * changed the id from 8 to None * make text user friendly --------- Co-authored-by: Rithvik Nishad
PR Merged+5
Added a way to handle filtering admitted but no bed assigned
Commit Created+2
Added a way to handle filtering admitted but no bed assigned (#1318) * used prefetch_related method to optimize the query performed to fetch a many to many relationship * Revert "add direnv support (#1304)" This reverts commit f6136618821e17278bd46824a0bcd9e3faad1960. * Revert "Revert "add direnv support (#1304)"" This reverts commit 7d410fdb541859ccee1e8e51bdbd1d50d831207f. * Revert "used prefetch_related method to optimize the query performed to fetch a many to many relationship" This reverts commit 8946d5fda7f63f94803c4903cf5c878290408660. * used prefetch where we are querying the skills using UserAssigned Serializer * made neccessary changes to filter for having admitted but no bed assigned * Revert "used prefetch where we are querying the skills using UserAssigned Serializer" This reverts commit 7000a38bafd16e789ccf6ffc5f9a1f41d0c34429. * updated the view to handle none option for bed type * changed value 8 into None for None option * made use of Q function to write the filter * made use of in lookup * fix * added tests and minor fixes in code * updated the test to make use of testbase * minor refactor Signed-off-by: Aakash Singh * add more tests Signed-off-by: Aakash Singh * refactor --------- Signed-off-by: Aakash Singh Co-authored-by: Rithvik Nishad Co-authored-by: Aakash Singh Co-authored-by: Vignesh Hari