Newer
Older
= Workflow Example
:customcss: slides.css
:icons: font
:includedir: revealjs/includes/
:LECTURE_TOPIC: Workflow example
:LECTURE_NO: 8th lecture
include::{includedir}header.adoc[]
IT1901 Fall 2019 - {LECTURE_NO}
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[background-color = "#124990"]
[color = "#fff6d5"]
== Overview
- User story
- Issues
- Git flow
[background-color = "#124990"]
[color = "#fff6d5"]
== User Story
== User Story
In the backlog of the simpleexample2 we get the following user story:
- As a user I want to be able to add name, description etc. to some of the locations I saved on the map in order to be easier to refer back to the most interesting places.
[.notes]
--
* we know from the PO / users that the expected points with additional info is relatively small
--
== From user story to issues
[%step]
- considering that the user story is to be included in the next iteration (sprint) then
- the user story starts a process of discussion and planning within the development team
- we need to understand what are the consequences of the new requirements for the different modules
- we also need to create the necessary issues that
[background-color = "#124990"]
[color = "#fff6d5"]
== Issues
== The issues
https://gitlab.stud.idi.ntnu.no/it1901/course-material/issues
[background-color = "#124990"]
[color = "#fff6d5"]
== Typical git flow
== Source code management
[.center-paragraph]
link:scm.html[Source code management (SCM)]
include::{includedir}footer.adoc[]