Please enable JavaScript.
Coggle requires JavaScript to display documents.
GoDocs App - Coggle Diagram
GoDocs App
Refactoring
Goals
Performance
Maintainability
Priority
Architecture
MVC
Repository Layer
ORM Framework (Entity Framework)
Business Layer
Cache mechanism
Practices
Code Standards
Code review proccess
Frontend
Nuxt.js
Template Engine
Client Customization Strategy
Challenges
App Maintainability
Lack of Architecture Layering
Unstandardized code
Dependency on legacy apps
A lot of client specific code
App Performance
Heavy pages
Excess of databases calls
Excess of data traffic (Frontend - Backend)