-
Notifications
You must be signed in to change notification settings - Fork 0
/
IAM_3.html
102 lines (72 loc) · 3.41 KB
/
IAM_3.html
1
2
3
4
5
6
7
8
9
10
11
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>B-schoen.GitHub.io by b-schoen</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Bronson Schoen</h1>
<p></p>
<p class="view"><a href="experience.html">Experience</a></p>
<p class="view"><a href="index.html">Projects</a></p>
<!--<p class="view"><a href="Bronson_Schoen_Resume.pdf">Resume</a></p>-->
<p class="view">Experiments, experience, etc.</p>
<p class="view"><i><font size="-1">[email protected]</font></i></p>
</header>
<section>
<h1>IAM: The Current Iteration</h1>
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Making it user friendly</h3>
<p>Behold, the current iteration. Uses QT to allow some fairly robust UI features like workspaces and autosaving as well as significant gamification.</p>
<h3>Gamification</h3>
<ul>
<li>'=' sign causes tasks to be marked as complete, points and momentum will be instantly updated. Line is reformatted in HTML</li>
<li>'Mood' bar updates based on how many tasks completed today.</li>
<li>'Health' bar updates based on the last task complete. Depletes over time.</li>
<li>'Streak' acts as a multiplier for points when tasks are completeled in quick succession</li>
</ul>
<img src="images/IAM_current_pic_4.png" alt="IAM Current Pic 4" style="width:450px;height:600px;">
<br></br>
<h3>Navigation</h3>
<ul>
<li>Changing workspaces (blue box in top left) using arrow keys and alt key automatically saves all text editors.</li>
<li>Pressing 'Begin' will automatically generate a schedule by selecting a random task from today.</li>
<li>Browser displays the text file of the first day in the past that has at least one incomplete task.</li>
<li>Browser allows browsing text files for past and future dates</li>
</ul>
<img src="images/IAM_current_pic_2.png" alt="IAM Current Pic 2" style="width:450px;height:600px;">
<br></br>
<h3>Currently Adding</h3>
<p>
<ul>
<li>PyQt WebBrowser for Google Calendar</li>
<li>Automatically graphing next 7 days (in terms of number of different priority tasks) below google calendar.</li>
</ul>
</p>
<img src="images/IAM_current_pic_1.png" alt="IAM Current Pic 1" style="width:600px;height:228px;">
<br></br>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72792175-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>