-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
68 lines (56 loc) · 2.33 KB
/
TODO.txt
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
http://localhost:9000
-auto select 1st row if only 1
-XXXXshow total points when in level 2 and level 3
-XXXXwhen level 3 is done
-XXXXhide audio control
-XXXXhide Guess button
-XXXXShow grand total points
-XXXXadd a start over button
-XXXXgive extra points for level 2 and level 3
-XXXXdisable buttons when hitting the server
-XXXXremove hard coded labels
-XXXXcheck into github
-fix mp3 sound
-Add a genre filter
-add a no clue button
-add a timer/countdown clock
-hide current song label and value
-add diag mode that will remotely show current song label and value
-Remove Aurelia nav bar
-add more songs
-convert all to OGG
-randomize the id's
-change text based on culture
-deploy to separate site
-deploy to azure
-XXXXsearch box, filter as you type
-XXXXadd clear filter for search box
-XXXXvalidate that an artist and song is selected
-XXXXadd sort button
-XXXXuse list boxes to display artist and songs, song listbox is dynamically sized
-XXXXadd validation if artist or song isn't selected
-XXXXdon't use an ugly alert for validation
-dictionary-enable labels
-display what you just guessed using toastr and whether it is correct, partially correct or incorrect
-show your guess and if you were correct on button click of answered result buttons
-onClearButtonClicked should be methodized
-XXXXuse bootstrap modals
-responsive design
-application insights
http://twitter.com/search/users?q=edgar&category=people&source=find_on_twitter"
787 + 241 + 174
880 + 241
1269
data-toggle="modal" data-target="#myModal"
<button type="button" click.trigger="onGiveUpButtonClicked()" disabled.two-way="isButtonsDisabled" class="btn btn-default">${giveUpButtonLabelText}</button>
http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-modals.php
bower install toastr
azure storage
https://guitarsolo.blob.core.windows.net/highscore
storage key1: 4K62kI2vjVVJxkX4XjeruSyO0Byp4z+9XOB+pc7beGc0nHpW7M1/7h2WbtyO1raDFjhT0VPAQPKDRn2aKcZpgg==
storage connection string1: DefaultEndpointsProtocol=https;AccountName=guitarsolo;AccountKey=4K62kI2vjVVJxkX4XjeruSyO0Byp4z+9XOB+pc7beGc0nHpW7M1/7h2WbtyO1raDFjhT0VPAQPKDRn2aKcZpgg==;EndpointSuffix=core.windows.net
server-side code:
C:\Users\eric\Documents\Visual Studio Code Projects\nodejsHelloWorld\jsonServer.js
client-side code
C:\Users\eric\projects\navigation-app\src\guitarSolo.html and guitarSolo.js
github