FeedbackWorkshop » History » Version 6

Chris Cannam, 2011-03-16 06:18 PM

1 1 Luis Figueira
h1. Feedback from the 16/March Workshop
2 1 Luis Figueira
3 1 Luis Figueira
h2. code.soundsoftware
4 1 Luis Figueira
5 1 Luis Figueira
* No main link from front page http://www.soundsoftware.ac.uk/
6 6 Chris Cannam
7 6 Chris Cannam
_True, we should probably think about promoting it a bit more by now -- perhaps after this round of fixes!_
8 6 Chris Cannam
9 1 Luis Figueira
* Go to projects, search for "Easy" - not useful result (should give the project first)
10 6 Chris Cannam
11 6 Chris Cannam
_True, I'm not sure what the ordering is -- the projects are there, but not listed first_
12 6 Chris Cannam
13 1 Luis Figueira
* On http://code.soundsoftware.ac.uk/projects/easyhg/wiki/InstallingEasyHg, it says that Windows release is highlighed on http://code.soundsoftware.ac.uk/projects/easyhg/files, but actually several are highlighted.
14 6 Chris Cannam
15 6 Chris Cannam
_The install page is a stopgap for a proper website, agreed it's rather clumsy at the moment_
16 6 Chris Cannam
17 1 Luis Figueira
* On http://code.soundsoftware.ac.uk/projects/easyhg, the "Download" link is too far down, make it a big "Download" button at the top!
18 6 Chris Cannam
19 6 Chris Cannam
_There is a download button at the top. Evidently prominence rather than height on the page is the issue here_
20 6 Chris Cannam
21 1 Luis Figueira
* On https://code.soundsoftware.ac.uk/projects/qm-test-project-mdp/settings, please add help to what different roles do.
22 6 Chris Cannam
23 6 Chris Cannam
_Yes, this seems to have caused much confusion_
24 6 Chris Cannam
25 1 Luis Figueira
* Have an option to get sent email when added to a project
26 6 Chris Cannam
27 6 Chris Cannam
_Definitely -- slightly surprised this didn't happen already_
28 6 Chris Cannam
29 1 Luis Figueira
* In Repository " This URL has Read+Write access." Is meaningless to user
30 6 Chris Cannam
31 6 Chris Cannam
_This is issue #70_
32 6 Chris Cannam
33 1 Luis Figueira
* In Repository " your preferred Mercurial client" could be EasyMercurial.
34 6 Chris Cannam
35 6 Chris Cannam
_Yes, ultimately_
36 6 Chris Cannam
37 2 Luis Figueira
* In Repository "Mercurial" is not a link
38 6 Chris Cannam
39 6 Chris Cannam
_True, it should be_
40 6 Chris Cannam
41 1 Luis Figueira
* When empty, could say "no files yet"?
42 6 Chris Cannam
43 6 Chris Cannam
_Possibly_
44 6 Chris Cannam
45 1 Luis Figueira
* Provide 2 URLs, like Doodle does
46 6 Chris Cannam
47 6 Chris Cannam
_I don't know Doodle but apparently the suggestion is for "your URL" and "general URL to give to other people"_
48 6 Chris Cannam
49 1 Luis Figueira
* URL box easyhg is too short for https://markp@code.soundsoftware.ac.uk/hg/qm-test-project-mdp
50 6 Chris Cannam
51 6 Chris Cannam
_Don't understand this one_
52 6 Chris Cannam
53 1 Luis Figueira
* On repository, e.g. https://code.soundsoftware.ac.uk/projects/qm-test-project-mdp/repository, when click on file name, allow "open" or "preview" for text files etc, not just "download" (which enforces save).
54 6 Chris Cannam
55 6 Chris Cannam
_Don't understand this, the page has View and Annotate as well as Download_
56 6 Chris Cannam
57 2 Luis Figueira
* disable other languages 
58 6 Chris Cannam
59 6 Chris Cannam
_Right, or provide language fallbacks (I think this may be working in trunk code)_
60 1 Luis Figueira
61 2 Luis Figueira
h2. EasyHg
62 1 Luis Figueira
63 1 Luis Figueira
* On re-run (after install), it opens "Open Repository" dialog, but the default local Mercurial repostitory location is C:/Program Files (x86)/EasyMercurial, but should be e.g. C:/Users/[username]/My Documents (at least for 64-bit Windows 7).
64 1 Luis Figueira
* Entering a name then typing enter gives an error message - reason code missing
65 1 Luis Figueira
* Remote repository defaults to " C:/Program Files (x86)/EasyMercurial"
66 2 Luis Figueira
* Add text on the remote repository dialogue to instruct users to add the username to the remote repo URL "username@repository"
67 1 Luis Figueira
* Local folder defaults to C:/Users/markp, should default to C:/Users/markp/My Documents
68 1 Luis Figueira
* Local folder browse doesn't start from right place. E.g. Folder is " C:/Users/markp/My Documents/ ", click "Browse", shows C:\Program Files (x86)\EasyMercurial instead.
69 1 Luis Figueira
* On windows, can't select a folder with "Browse" unless it exists, so why complain that it already exists? It now says I cannot clone to it!
70 1 Luis Figueira
* On cancel, Open Repository dialog forgets past state.
71 1 Luis Figueira
* What "password" do I type? Is this for my PC or for the repository, or creating a new one for the project?
72 1 Luis Figueira
* Clone succsessful - more details is now wide enough (or should wrap text)
73 1 Luis Figueira
* .hg directory not hidden on windows - should tell people to ignore it!
74 1 Luis Figueira
* Commit to "local" repository - why? In Commit files dialog, maybe say its going to the local repository. Also, what is the "default branch"?
75 1 Luis Figueira
* Commit doesn't use file selection, uses all files. (Can commit individually with right-click).
76 1 Luis Figueira
* keyboard shortcuts don't work on right-click menus, e.g. right-click button then "d" should to diff.
77 1 Luis Figueira
* Push should warn on modified, uncommitted files. (Currently allows push with modified files).
78 1 Luis Figueira
* Pushed 1 changeset dialog details text is too small.
79 1 Luis Figueira
* Folder dialog uses "/" not "\"?
80 1 Luis Figueira
* Why does "open" say "Clone successful"? Does "open" = "Clone"?
81 1 Luis Figueira
* Commit files dialog box doesn't close on enter. Also can't use TAB to get to enter button. What's keyboard shortcut to committ?
82 1 Luis Figueira
* On commit, I get Command Failed:
83 1 Luis Figueira
<pre>
84 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
85 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
86 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
87 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
88 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
89 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
90 1 Luis Figueira
abort: authorization failed
91 1 Luis Figueira
92 1 Luis Figueira
If not authorized, suggest ask the project manager to make sure you have access rights.
93 1 Luis Figueira
94 1 Luis Figueira
</pre>
95 2 Luis Figueira
96 2 Luis Figueira
* it would be important to store the password for the session duration;
97 2 Luis Figueira
* is it possible to have an easy way to change between projects.
98 2 Luis Figueira
* when you have uncommitted changes and push, the dialogue shou warn you that you are about to push even though you have uncommitted changes.
99 2 Luis Figueira
* History Tab: the working revision black border is not explicit enough.
100 2 Luis Figueira
* When working in a previous revision, the Update button is enabled; maybe it should read "Update to tip of branch" (some users found it confusing Updating to a revision and still having the Update button enabled)
101 2 Luis Figueira
102 3 Luis Figueira
h2. General Comments
103 4 Luis Figueira
104 2 Luis Figueira
* Video on Merge command
105 2 Luis Figueira
* some questions we should answer in the documentation: 
106 2 Luis Figueira
** where should I put the local folder?
107 2 Luis Figueira
** is a Mercurial folder different from a normal working folder?
108 2 Luis Figueira
** advantages of local repo?? 
109 2 Luis Figueira
** how often should I commit? 
110 2 Luis Figueira
** how often should I push??
111 5 Chris Cannam
* Some confusion noticed over Redmine roles -- e.g. what's the point of Reporter? Can we document these better in add-user interface?
112 5 Chris Cannam
113 5 Chris Cannam
h2. People who had problems running the thing at all
114 5 Chris Cannam
115 5 Chris Cannam
* Maria, Andrew N -- similar but not identical PySomeSymbol missing errors from extension
116 5 Chris Cannam
* Mike -- some problem from extension, error not noted
117 5 Chris Cannam
* Xue -- stops responding (on windows) when clicking OK on settings dialog
118 5 Chris Cannam
119 5 Chris Cannam
h2. Other
120 5 Chris Cannam
121 5 Chris Cannam
* Xue tried: Commit; commit; update back to first commit; edit again -> easyhg asked for a merge, but it wasn't shown as requiring one at all in history