-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from iss2022-BCR/sprint2
Sprint2
- Loading branch information
Showing
299 changed files
with
13,053 additions
and
1,644 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | ||
<html> | ||
<head> | ||
<title>Sprint0</title> | ||
<link rel="stylesheet" type="text/css" href="../../../commons/resources/styles/templateISS.css"> | ||
<link rel="stylesheet" type="text/css" href="../../../commons/resources/styles/main.css"> | ||
<link rel="stylesheet" type="text/css" href="../../../commons/resources/styles/navbar.css"> | ||
<link rel="stylesheet" type="text/css" href="../../../commons/resources/styles/table.css"> | ||
<link rel="stylesheet" type="text/css" href="../../../commons/resources/styles/code.css"> | ||
<script type="text/javascript" src="../../../commons/resources/scripts/myScripts.js"></script> | ||
</head> | ||
|
||
<body onload="loadNav();"> | ||
<div id="openButton" class="openButton" onclick="openNav(true)">☰ Menu</div> | ||
<div id="sidenav" class="sidenav"> | ||
<a class="closeButton" href="javascript:void(0)" onclick="closeNav(true)">×</a> | ||
<a id="currentSprint" class="sprint" href="#">–— Sprint0 —–</a> | ||
<a href="../../index.html">Index</a> | ||
<a href="final_theme.html">Final Theme</a> | ||
<a href="requirement_analysis.html">Requirement<br/>Analysis</a> | ||
<a class="selected" href="legend.html">Legend</a> | ||
<a href="conclusions.html">Conclusions</a> | ||
<a href="team.html">Team</a> | ||
<p class="separator">———––———</p> | ||
<a class="sprint" href="../../../Sprint1/index.html">Sprint1</a> | ||
<a class="sprint" href="../../../Sprint2/index.html">Sprint2</a> | ||
<a class="sprint" href="../../../Sprint3/index.html">Sprint3</a> | ||
<bottom-spacer/> | ||
</div> | ||
|
||
<div id="main"> | ||
<h1 align="center">Legend</h1> | ||
|
||
<h2 id="General">General</h2> | ||
|
||
<h3 id="Sections">Sections</h3> | ||
The problem analysis will be subdivided in a hierarchy of sections, | ||
denoted by colored boxes: | ||
|
||
<ul> | ||
<li> | ||
<h1>Part of the current Sprint</h1> | ||
Only one per file, it represents the document title. | ||
</li> | ||
<li> | ||
<h2>Macro topic</h2> | ||
Groups one or many sub-topics. | ||
</li> | ||
<li> | ||
<h3>Sub-topic</h3> | ||
Concerns a small topic. | ||
</li> | ||
<li> | ||
<h4>Miscellaneous, extras or related content</h4> | ||
Contains extra details or additional information. | ||
</li> | ||
<li> | ||
<div class="remark">Single important parts</div> | ||
Used to remark important parts, independently from the | ||
section/topic location. | ||
</li> | ||
</ul> | ||
|
||
<h2 id="Problem-Analysis">Problem Analysis</h2> | ||
Along the analysis, we'll point out some problems which needs to be | ||
analysed, discussed and for wchich one or multiple solution/s | ||
has/have to be found. | ||
<br/><br/> | ||
In general, for each topic or problem, we will have the following blocks: | ||
<ul> | ||
<li> | ||
<problem>The problem</problem> | ||
This is usually followed by a series of questions. | ||
</li> | ||
<li> | ||
<consideration>Considerations, possible solutions or alternatives</consideration> | ||
Contains the densest part of the analysis, where our team discusses | ||
and does brainstorming to try to gather and address each possible aspect | ||
of a problem. | ||
</li> | ||
<li> | ||
<solution>One or more solution described more or less in detail</solution> | ||
Highlights the solution/s that we are going to adopt or try to implement | ||
in the following phases of the sprint. | ||
</li> | ||
</ul> | ||
</div> | ||
</body> | ||
|
||
</html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.