devwiki:modern_software_development

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
devwiki:modern_software_development [2024/02/05 02:13] yingdevwiki:modern_software_development [2024/02/05 03:36] (current) – [Dictionary] ying
Line 20: Line 20:
   * Project: Big-Task that has a clear outcome or planned completion date   * Project: Big-Task that has a clear outcome or planned completion date
     * in project, create a issue and choose the project (by default set to current viewing project)     * in project, create a issue and choose the project (by default set to current viewing project)
 +    * addition element:
 +      * Milestones: like small Targets w due date (can be linked to a issue)
 +      * Documents: keep info of spec, PRDS (product requirements document), status update with team.
 +
 +  * Issue / Task: 
 +    * to one team
 +    * has ID - TEAM-001
 +    * has title and status
 +    * https://linear.app/method/write-issues-not-user-stories
 +      * clear and perform
 +      * = piece of code, design, document, or action 
 +
 +  * Extra: cycle
 +    * a practise to keep momentum, like sprints
 +
 +My notes:
 +  * since issue can't have start date,and only project has start date,
 +  * it is better to use roadmap as MainProject, and use small project as "Task", and issue as list of todo in "Task"
 +
 +====== Dictionary ======
 +
 +  *  Agile: 
 +    * ref: https://www.atlassian.com/agile
 +    * a project management approach
 +    * involves breaking the project into phases
 +    * emphasizes continuous collaboration and improvement
 +    * Teams follow a cycle of planning, executing, and evaluating.
 +
 +  * product requirements document (PRD)
 +    * ref: https://www.atlassian.com/agile/product-management/requirements
 +    * 
  • devwiki/modern_software_development.1707099226.txt.gz
  • Last modified: 2024/02/05 02:13
  • by ying