0% found this document useful (0 votes)
15 views

Rahul Timesheet

Uploaded by

Anya Kapoor
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

Rahul Timesheet

Uploaded by

Anya Kapoor
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Date Task Description

Daily call connect


12 Jun 2024 Mdm project test cases start and video check for the new project
Daily call connect
13 Jun 2024 Mdm Project test cases for OutboundStreamProcessor
Daily call connect
14 Jun 2024 Kt video cehck and test cases for mdm project
15 Jun 2024
17 Jun 2024 No Work
Daily
New project set up ,Datadog call connect
,snowflake ,spriing frame work overview
18 Jun 2024 check
Daily call connect
19 Jun 2024 Application set up
Daily call connect
20 Jun 2024 Kt Video checks, code reviewand Assesments
Daily call connect
21 Jun 2024 Kt Videos and discussion on dataset. code review
22 Jun 2024
23 Jun 2024 No Work
Daily call connect
24 Jun 2024 API token check,code review
Daily call connect
25 Jun 2024 Code and task idscussion
1 .field selection componentDaily call connect
api field list endpoint and 2 .Field Selection
26 Jun 2024 Component - API - Field Details Endpoint
Daily call
1.Field API PR clean up 2. Started connect
working on Improve retrieval of active
27 Jun 2024 network data API performance
Daily callforconnect
Check knowledge transfer session the new Cucumber integration for
28 Jun 2024 Lockbox - Video 1.
1 .Check knowledge transferDaily call for
session connect
the new Cucumber integration for
29 Jun 2024 Lockbox - Video 2 and Client interview project implemention
30 Jun 2024 No Work
Total Hours
1
7
1
7
1
7
8
8
1
7
1
7
1
7
1
7
8
8
1
7
1
7
1
7
1
7
1
7
1
7
8
Date Task Description
Daily call connect
01 Jul 2024 Trying to improve the arch for the current JPA implemtation
UI Issue: I have discussed the UI issue with the reporter and will work on fixing
Daily
this bycall connect
tomorrow.
02 Jul 2024 Assigment completion and Started workig on analytics API
UI Issue: I have discussed
Performance Improvement the UI issue
forfew with API:
Analysts the reporter
I have and willworking
work ononfixing
Refractor the API and added this by new datapoints
tomorrow. to started
it and tested in QA
03 Jul 2024 performance improvements for the Analysts
Daily call connect API. The API currently queries
approximately 7-8 tables on the backend, leading to N+1 query issues. I am
Performance
focusing Improvement
on minimizing these for
Daily Analysts
andAPI:
call connect
queries I have started
enhancing working
the query qualityonto
04 Jul 2024 performance improvements for the Analysts
improve overall performance API. The API currently queries
approximately 7-8 tables on the backend, leading to N+1 query issues. I am
focusing on minimizing these Daily call connect
queries and enhancing the query quality to
05 Jul 2024 improve overall performance
Daily call connect
06 Jul 2024 Started working on optimizing on dashboard query
Optimization of the API endpoint api/v1/admin/action/data-table by removing
the nested query.
07 Jul 2024 Removed Nested Queries: Previously, No WORK
for each action ID, a nested query was
Asynchronous Fetching: Utilized
executed to fetch the file IDs.Daily CompletableFuture
This resulted to concurrently
in multiple database
Call Connect fetchfor
calls, one
actionList
eachand flagList,
action Performance
thereby
ID, which significantlyTesting:
reducing the wait time
impacted for I/O operations.
performance.
Compare
Parallel
Single Database theCall:
Stream performance
Processing:
The nested ofEmployed
the new have API with
parallelStream the oldfor fileprocessing
type
and API.
08 Jul 2024 optimized onqueries
2 dashboard been
queryremoved replaced
Note the significant
actionList,
with a single databaseimprovement
enhancing
call that where
processing
retrieves the the old
speed API took
for large
required 40-45
datadatasets.
in onesecondsgo. Thisand
the new API onlyDailytakes Call3-4 Connect
seconds to fetch data.
approach reduces the number of database interactions and enhances
09 Jul 2024 optimized remaining
Exception Handling: 1 dashboard
Incorporated Issue
query Fix
.And
exception
efficiency. : fixed dashboard
handling within flag
theandissue
lambda issue
1.Created Multiline
Admin - Workflow SQL
- Actionsand tested
- Actions locally
with for
deletedthe analytics
flag -the 500 issueinternal merged
server
expressions to ensure
to QA. 2. Fixed issue on the workflowerror Daily proper
Call handling
Connect within
template page and improve performace stream.
10 Jul 2024 Fixed Number of Database
Optimization by Calls:
removing
of the API By
inner consolidating
Endpoint the queries, the number of
query/api/v1/admin/form/list
.PR raised
Issue: Opening
Additionally,
database the network
foristhe
calls now 'New
frontend,
fixed, aQA'ticket
regardless ID:has 52of and
been attempting
the number createdofunder to launch
action IDs.the
LE-749 toFTP
This
To
enhance fix
ensures the potential
performance
consistent tab resulted
by Daily
NullPointerException
avoiding
performance in a theCall
500 Connect
in
Internal
fetching
and avoids the
of code,
Server
the templates
overhead I made
Error. when the no following
templates
11 Jul 2024 Stream
Resolution: Utilization:
Fixed the Replaced
issue by the traditional
improvements:
adding
are newloop
a queries.
associated. with
attribute, streamassociated
a fileExtension, for more which
with
concise
was
and multiple
potentially faster processing.
missing. This attribute is used under
Daily Callthe FTPFile
Connect within FTPDirectory, which is
Null Mapping
Check
utilized by for and
several Collecting:
flagMap:
other Added
APIs. Employed
a
Due condition
to potential .map
to check function
impacts if toother
flagMap
on transform
is not Form
null before
functionalities,
12 Jul 2024 Utilized
objectsStream
intotoFormVO API: The Stream
objects and API has
Task
used 1been
.collect employed
to aggregate to process
them the
into a data
list.
attempting
efficiently. This access
allowsit.for This
further
moreensures
investigation
readable that if is
and flagMap
require
maintainableis null, code,
the code
while will not
also
attempt to call methods VPN
on
Daily Set
it, up
preventing
Call DOne
Connect a NullPointerException.
leveraging the performance benefits of streams for data manipulation and
13 Jul 2024 Summary: Modified the implementation transformation.
Create a new of the isActionNameExists method to
Presence Check for flagId: Added a Task
check 2 toAPI:ensure that
Issue :Develop
Admin - aAnalytics enhance
new API- to View
performance.
replace- Updatethe existing
- 500 file flagMap
Internal typeServerAPI.contains
Error
the
flagId
Replaced
Ensure before
thethe attempting
findByActionNameAndStatus
new APIthe fetchesto retrieve
onlyWork the
theand flag
JPA method
required name. This
IDwith prevents
andafor custom a query
14 Jul 2024 Actually
method It happens
NullPointerException when that could
findActionByStatusAndName viewoccur created
No if the
that tryingisafile
flagId
returns tonotupdate
list present
of
file
in
label.
the
ActionProjection first time
flagMap.
alone I guess. tried by created Optimize new performance:
view and update action with changes.
Implement the final keyword Daily
in objects.
Call Connect
appropriate places within the code to enhance
resolution
By incorporating
The : Added
new method these a null
utilizeschecks,check
a singlethe for
queryvisual.getVisual()
codetoensures
retrieve that to handle
it handles
all necessary potential
cases data
action nullin
where
15 Jul 2024 values and prevent performance.
NullPointerException when mapping visual IDs.
flagMap oneisgo,null or doesthe
avoiding notn+1 contain
query the specified
problem flagId, and
associated it safely
with returns null
the previous
in those scenarios. This improves Status:
Daily PR
Call RAISED.
Connect
the robustness and stability of the code by
implementation.
16 Jul 2024 preventing
Status: potential
Verification andruntime
testing needed exceptions. in QA.
Task 3: Description: Optimized workflow batches in the edit batches
Daily Call Connect
functionality.
ting POJO class 17
statucture
Jul 2024not matching whith underlying Forund json
fewAPIs ,need
API have to incorporate new attribute,Investagate on the issue for th
Task: Verified all fetching in QApotential
for the Optimize to be improved
Workflow Action page
Need Sathish Kumar DailyConfirmation
API: Call
Add Connect
Action. for the below Question
18 Jul 2024 Ensure that the
Additional updateFurther
Details: call only sends IDs.
information canDetermine
be foundifinallthe thecomments.
data from list
API is required for the next action.
Review the potential replacement Daily ofCall ConnectAPI with the new file-label API
the fileType
19 Jul 2024 implemented for the action page.
Work Testing infor
Summary production
Issue Added shows
LE-768: Detailed
QA2the -issue is working
Comments:
Metadata Overview as expected.
Encountered aOptimization
500
Optimize error on
- Workflow
Entity
of
the Mapping:
Analytics
Metadata
Batches Page List
Overview
-> Edit pagePage
View
Batches in the- QA2API 500
Status: Error
In Progress
environment.
define-field/snowflake/list
Provided
Defined the comprehensive
structure and API changes
comments
mappingRoot to
Cause:
of the define-field/field-label
throughout
Function the code
entity for
to alignchanges
better
with theare
The error was due to a complete
partially column naming
understanding andand discrepancy
currently
maintainability. in QA. in the database.
Summary:corresponding
I have commenced database
Satish is work
table,
Root
handling onCause: ensuring proper
optimizing the Analyticsintegration.
page list view.
Explained
The table the logic
column
Repository and namesflowtheseof
were
Implementation:datachanges.
ininuppercase.
key sections.
JCS-Admin
The entity query - Mapping TemplateSeparate
Extracted is NotcolumnsStoring
Method: All IDs of Combinations
Thewas
Clarification tablereferencing
neededcolumn on the
these
Details:
names steps wereto
in lowercase,
in uppercase.
reproduce the issue.
causing a
20 Jul 2024 Established a repository interfacemismatch.
to facilitate data in retrieval, including custom
The entityaquery
Created new was referencing
method, Comments these
are
getInternalStructure, columns
still unclear.
to lowercase,
handle internal causing
structurethe
21 Jul 2024 This
methods issuefor did not
specific occur
Previous Work: I have previouslyqueries,in earlier
ensuring
No environments
mismatch.Work
optimized efficient
several but
access surfaced
and
queries; with
manipulation
however, recent of
there
Mapping Template
changesbuilding.
data. in QA2.UFI Issue
This issue didmain
Discussion remains
not
didoccur
not potential
in by
take earlier
Daily
place for
Call duefurther
environments
Connect optimization.
toconcerns, butmaking
unavailability surfaced with
of memner. recent
Simplified
Current Focus: the method
The current Service Fix separating
Implemented:
Layer
implementation Development:
still utilizes a few the
N+1 code
queries.more
I am
22 Jul 2024 This issuemodular changes
still and
needs in QA2.
to be discussed.
maintainable.
working on Fixoptimizing
Implemented: these queries.
Created
Planneda service
LE-799:layer
Improvements:AdminAnnotated
to -Daily
encapsulate Impact:
Column
Call
Optimization
Additionally, Connect
business
I am Names:
for Fieldslogic,from
exploring providing
theFiles methods
possibility of to
23 Jul 2024 Corrected retrieve
implementing
the column all function records
multithreading
names Reason:
inthrough
the entity and filter
to enhance by system_id.
query toperformance.
match the uppercase
Updated
The currentEnhanced
the entity performance
class
implementation with
API the correct
Endpoint
suffers from asynchronous
column
Creation:
an N+1 name
query processing.
annotations
issue, to match
causing the
naming
Simplified convention
Daily
and Call
cleaner used
Connectcodein the table.
structure.
databaseVerifiedthe
to betheuppercase
queried
fix to naming
multiplethe
ensure convention
times.
API This
no used
inefficiency
longer in
throws the table.
leads
a 500 toerror.
increased
24 Jul 2024 DevelopedEasier maintenance Pull and
RequestbetterComments
toreadability forfunctionality,
Resolved:futuresets. enhancements.
These fixesRESTfulwerefetch API endpoints
times,
essential forespecially
stabilizing expose
with the
thelarge
QA2 environmentallowing
data clients
and ensuring
to fetch all functionDaily data
Call and
Connect query
the smooth functionality of the Metadata Overview page. Further optimization by system_id.
25 Jul 2024 Addressed is and resolved
required all comments
to enhance Challenges:
the related
Status:
local to the pullboot-up
environment's requesttime. for this issue.
Verification:
I am actively working on optimizing the backend to address this issue. Several
Encountered Dailyfailed
Call Connect
queries have"PAM already authentication
been optimized and forthe user 'lockboxai'"
changes haveerror
beenduringpushed local
to
26 Jul 2024 Verifiedbranch.
testing,
the respective the fixprevented
which to ensure full
However, the API
dueverification
to the no size
longerofofthethrows dataa set500being
theimplementation. error.fetched,
27 Jul 2024 itThe Function
is taking table currently
a considerable amount lacksofdata, time which
to testfurther constrained
these changes testing
in the local
28 Jul 2024 development environment, particularly efforts.
No Work with the new QA2 environment setup. I
Despiteam these challenges, the foundational
striving to submit a pull request as soon as possible. work for the APIs has been
completed, pending resolutionDaily of theCall Connect issue and population of the
authentication
29 Jul 2024 Function
LE-813: Networktable-for comprehensive
Client - Copilot Action testing.
Queue
Daily Status:
Call Connect
Trying to Fix :"PSQLException: FATAL: PAM authentication failed for
30 Jul 2024 The primary challenge in thisuser task\"lockboxai\"",
is the lack of product knowledge, which is
hindering development progress. I am currently discussing the issues with
Praveen to resolve them. A Daily Call Connect
meeting to discuss this Jira ticket would be
31 Jul 2024 beneficial.
Total Hours
Total Hours
1
7
1
7
7
1
1
7
1
7
1
7
8
8
1

7
1
7
1
7
1
7
1
7
1
7
8
8
1
7
1
7
1
7
1
7
1
7
8
8
1
7
1
7
1
7
1
7
1
7
8
8
1
7
1
7
1
7
264
A pull
startup, request
conditions,
I initially has been raised
persisting
switched even
the and the
after
connection is currently
application
to a local under review.
started.
PostgreSQL
Asynchronous
However,
Before proceeding,as Processing:
discussed Thread
I change, Implemented
with Praveen,
Analysis:
need confirmation CompletableFuture
there
from are upcoming
Sathish Kumar for
database.
database Despite
calls to this
handle asynchronousthe serveroperationsstill experiencedefficiently, slow
changes
regarding to theruling
whether
startup times, databaseController structure.
fieldOptionsMetadata
out PostgreSQL Setup:We isare
as being
the awaiting
rootused
cause. the
in the
updated
Observed
frontend. database
that
I plan thefurther
longest
to create a PRenhancing
structure to
time-consuming performance.
proceed
for these with the
thread integration
changesrevealedwas RMI
by tomorrow. into
TCP
Root
Data Cause Identification:
Issue Fix:RESTful Addressed Further
and fixed investigation
the data issue that that
caused
Developed
the slowness was endpoints
the
Connection.
causedattributes, API. for
by Redis.as MetadataModel
During startup, CRUDthePR
duplicate
operations, events
with the for certain discussed in the
Suspected
application creates thisacontroller
thread
significant isdelegating
Note:
comments.
trying
number business
to connect
of logic
to AWS
connections to the
to the
Once the updated
Redis/Postgres,
Redis clusterImprovement: database
(approximately service
structure
consuming layer.
the is
100 connections). in
most place,The
time API
locally.
Additionally, will be
Date Performance
updatated and exposed
Database Task
to theDescription
Reduced
frontend
Connection thefor processing
review.
Testing: This time
API from
will Total Hours
As frequent
per our earlier
DNS changes discussions, lead to just a gentle reconnections,
to 1repeated reminder that the
local fetch data the
environment from8-9
is the minutes
Error
backend
Daily
taking aHandling:
call connect
considerableminute.
based on amount
theperformance.
clientof ID.
time to 1
exacerbating
Testing: Conducted issue and
thorough impacting
local server
testing to validate the
01 Aug 2024 Verified Postgres
start, causingconnection delays
Proposed
Task from
Solutions: were introduced.a
Summary in the
task local machine
completion. using 7
optimizations
Resolved
Satisk
clientcan and
issues
review
like DBeaver, ensure
related
the curl no
to
which regressions
data
commands type
connected mismatches
andveryresponses when to
Issue:
NOTE : Workflow
understand PR inserting
MERGED
the - Actions
current Daily
TESTED
VARIANT table
callfields
implementation. INdetails
connect
QA in issue
API forquickly.
RESPONSE
Snowflake.
However, olddue Actions
toTIME
the 1
Disable Redis Findings:
02 Aug 2024 decreased
pending from for 40+Development
sec to 2configs sec Mode:attached Temporarily
screenshot disabling
in ticket 7
Redis during development might reduce startup time andnot
database structure changes, the pull request has
03 Aug 2024 NoAddressed
Reason: definitive
The issue
the issue
memory was
beenissue
simplifyofmerged
caused
IDidentified
generation
testing.
by
yet. from
an
byheap
incorrectly
usingdumps.
the
placed null 8
04 Aug 2024 The
Use UUID_STRING()
aRMI
Local TCP RedisConnectionfunction
All Cache:
the details
No directly
thread is inappears
Implementing
WORK the within
JIRA thebeSQL
to
a local the
Redis insert
primary
cache 8
filter, preventing the flag from
statement. being displayed in the UI.
suspect
could reduce for the the slow startup,
overhead potentiallywith
associated due remote
to AWSconnections
connection
Updated STATUS : during PRDaily
MERGEDcall connect
issues. ,as discussed will update 1
Resolution: UpdatedWork the code development.
tolater
properly place the filter. As a
05 Aug 2024 Enable result,
Multi-AZ Still
query
Next in Progress:
Steps: 7
theinresponse
the Cluster: nowEnablingincludesMulti-AZthe flag data.in the Redis
cluster could improve
Investigate slow application Daily call
reliability connect
startupand reduce
: Working the performance
onupdate
it no such 1
Update
FurtherOperation:
investigateimpact Refinement
AWSupdate connection
of DNS and testing
issuesoftothe
changes. confirm logic
if they
06 Aug 2024 on it 7
are thefor root MetadataModel
cause Challenges:
of the slow are still pending.startup.
application
Continue monitoring and Daily call connect
analyzing logs and threads to pinpoint 1
07 Aug 2024 Testing: Comprehensive
Attempts to disable the exact
caching testing
cause using for alldelay.
CRUD operations to
of spring.cache.type=NONE
the 7
ensure data integrity Call Connect operations.
and
Daily unsuccessful.
were error-free 1
Manually commenting out the caching annotations in Hibernate
Error
alsoHandling:
proved difficult Improve dueerror
to the handling mechanisms
tight coupling of the to provide
caching
08 Aug 2024 clearer feedback
mechanism within the application. on failures. 7
Logging: Implement detailed Daily Call logging Connect for tracking operations and 1
09 Aug 2024 troubleshooting. 7

You might also like