Please enable JavaScript.
Coggle requires JavaScript to display documents.
New Project Startup - Coggle Diagram
New Project Startup
source code review
Identify dead/unused branches
What is the source control flow used
Data Model PDM
Automated review (aka sonar)
check for auto-generated items ex XSDs
Document unsued functionality or unused code
Check for ToDo's
Check for JavaDocs/Comments
Coding standarts
Key Source Code Sections
Documentation
online / repos
ReadME
Build Instructions
Known issues / BUGS
Deployment Instruction
Check for outstanding Jira issues
Offline
Business Specs
Architecture Document
Data Model LDM
Environments
Location of Test/Prod servers and Databases
CD/CI
continus deplayemt
continus integration
ICD Document => Interface Document
Application tutorial/walththrourh
Retrospectives OR Decisions OR similar
!!Access to previous engineers!!
DEMO
Build
Depentencies
Online
Offline
libs
any other precompiled asset that exists outside the source code repo
Tests
Build / Unit
Automated Tests
coverage
build checklist
are all the expected artifatcs build?
Are any warnings generated?
Account/Source code access