Project Roles - ATG Development Practices
Thursday, May 22nd, 2008Let's define some roles for a full life-cycle ATG Development effort. Your company may not be arranged exactly like this, but it's a good baseline I think.
Client Representative
The single face of the client. The sole conduit to and from the client.
Project Manager/Dev Manager
The owner of the schedule, resources, project status, and interface between the project team and the rest of the company. The solver of problems, overcomer of obstacles.
Architect
ATG Architect. Responsible for application design and quality. Provides ATG knowledge and guidance to the team throughout the entire project lifecycle. Provides mentorship, documentation, and more.
Business Analyst
Responsible for documenting the business requirements and involved in the process of translating the business requirements to technical requirements and test scripts.
Tech Lead
Leader of the technical implementation team. Responsible for code quality, task distribution, and mentorship. Point person for reporting on development status
Tech Team
Team of JSP and Java developers. Responsible for the ATG implementation.
Creative Lead
Leader of the creative team. Point person for creative issues and direction.
Creative Team
Team of designers, and front end (html/css) developers.
Test Lead
Leader of the test team. Point person for ensuring test plans are created, and reporting on test pass status.
Test Team
Team of testers.
---- edit: added on 5/23/08 ------
DBA
Database Administrator to manage the database instances, and review SQL and table structures.
What do you think? What would you add or change?
Starting Assumptions - ATG Development Practices
Wednesday, May 21st, 2008We need to start with some basic assumptions to guide our solution.
Here is my initial list:
- The applications being built will be important commerce or personalization sites, but will not be the sort of critical applications like nuclear plant software or air traffic controlling programs which require massive testing and documentation
- The team may be geographically distributed
- Time, Budget, Functionality, and Quality are all important, but we recognize the inherent truth of the saying: "you can have it: fast, cheap, good. pick two."
- The application should be considered as being built for an external client. This may be because you work as an implementor, or simply that the "client" is your company's business team
- You should be able to be proud of what you've build, the code, the look, all of it
- You should be delivering something of value to the client, ideally something with measurable value
- You need to be as flexible as you can regarding changes, without impacting the delivery quality of date
- The process should be well documented, repeatable, etc...
- Communication is king
- We can always improve
ATG Development Practices
Tuesday, May 20th, 2008In a series of blog postings, and hopefully with substantial input from the ATG community, I am going to try to define ATG development best practices. From how to run a development project, to coding standards, and more. I know it will be impossible to make a perfect set of practices for everyone, there is no one size fits all, but based on some basic assumptions, I will strive for a great starting point, instead of a perfect solution.
It will take time, but will be well worth it in the end.
This practice definition will be focused on delivering the highest quality ATG applications, on time, and on budget, while maximizing flexibility to accommodate the client’s changing needs.
More specifically the process needs to:
- Ensure there is a fixed baseline of requirements to build against
- Allow for accurate estimates, resourcing, budgeting, and scheduling
- Leverage ATG expertise at many steps of the process, including strategy, requirements gathering, and creative concepts in order to maximize the benefit of the platform and minimize development pain (defined as time/cost/stress/quality-impact)
- Support a geographically diverse team
- Define the steps, flow, entrance and exit criteria, and roles for the process
- Minimize time waste
- Maximize communication and documentation
- Be supported by a set of tools and practices to effectively enable the process
- Deliver high quality (low defect) applications, on time and on budget
And here are the things I will try to address:
- Project Roles
- Project Process
- Development Process
- Change Request Process
- Toolset to Support the Processes
- Hardware, Environments, Software
- Coding Standards and Best Practices
- Bug Severity Guidelines
- Test Phase Exit Criteria
- Source Code Tagging and Branching Strategy and Naming Conventions
- Versioning and Build Number Conventions and Tracking
- Project Naming Conventions
- Documentation Templates and Conventions
