Views: 7.6K
Replies: 1
Archived
|
Aspects to be covered in a DesignI have been trying to understand what are the different aspects that need to be covered as part of a design for an application.
I have gone through various templates on the internet and find it different from one another. Could you please shed some light on this question on what are the various aspects that need to actually be covered on a design for an application Abishek Srikaanth, Mar 01, 2011
|
|
Reply 1Some important points to consider in the design document (check what is applicable to your scenario).
- Performance (baseline numbers) - Reliability - Availability (the SLA's) - Security (what, how much, including authorization) - Portability (if applicable) - Functionality (how does the design address the functional aspects) - Extensibility (how extensible the design is and why) - Interoperability (is this required?) - Usability (UX experience) - Maintainability (how maintainable is this? does the support team has enough data to troubleshoot and maintain the app) - Efficiency - Reusability - Ease of Deployment - Configuration Management - Administration - Scalability (how much?) - Performance/Monitoring (logs, health monitoring etc) - Development Productivity (the turnaround time to develop a feature etc). These are just some high level bullet points. The specifics may vary based on the nature of the application you are designing but most of the things from this list will be applicable. Rajesh Pillai, Mar 02, 2011
|