Jira and Confluence Workflow
Jira Task Structure
Development Workflow
- Plan
- Design
- Development Planning
- Requirement analysis & discussion
- Create Jira tickets for development
- Gantt chart
- Integration
- Sequence diagram
- API specification
- Analyze previous code
- Design structure
- Create separated Jira tickets for each function
Confluence Document Structure
Categories
- Meeting: Meeting notes and discussions
- QnA: Questions and answers
- Research: Research documents
- Gantt chart: Timeline and scheduling
Integration
- Flow diagrams
- API specification
Development
- Structure documentation
Study and Documentation Habits
Coding Study
- Record in GitHub
Other Topics
- Record in blog
- When trying new services, take screenshots and notes, then organize for blog
Programming Study Approach
- Tutorial/Course -> Sample code
- Official Documentation -> Sample project
- Sample project -> Common library creation
Good resources should be organized in GitHub readme or GitHub wiki.
Programming Language Study Approach
- Development environment setup
- Syntax understanding -> Sample project creation
- Architecture -> Document organization and base library creation
- Framework -> Learn frameworks needed for architecture
- Sample projects
- Study required technologies
Documentation Tools
GitBook
API Specification Auto-generation
Gantt Chart Tools
- AUI Project
- Smartsheet
Comments