FeedbackWorkshop » History » Version 4

Luis Figueira, 2011-03-16 04:53 PM
minor fix

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 1 Luis Figueira
* Go to projects, search for "Easy" - not useful result (should give the project first)
7 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.
8 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!
9 1 Luis Figueira
* On https://code.soundsoftware.ac.uk/projects/qm-test-project-mdp/settings, please add help to what different roles do.
10 1 Luis Figueira
* Have an option to get sent email when added to a project
11 1 Luis Figueira
* In Repository " This URL has Read+Write access." Is meaningless to user
12 1 Luis Figueira
* In Repository " your preferred Mercurial client" could be EasyMercurial.
13 2 Luis Figueira
* In Repository "Mercurial" is not a link
14 1 Luis Figueira
* When empty, could say "no files yet"?
15 1 Luis Figueira
* Provide 2 URLs, like Doodle does
16 1 Luis Figueira
* URL box easyhg is too short for https://markp@code.soundsoftware.ac.uk/hg/qm-test-project-mdp
17 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).
18 2 Luis Figueira
* disable other languages 
19 1 Luis Figueira
20 2 Luis Figueira
h2. EasyHg
21 1 Luis Figueira
22 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).
23 1 Luis Figueira
* Entering a name then typing enter gives an error message - reason code missing
24 1 Luis Figueira
* Remote repository defaults to " C:/Program Files (x86)/EasyMercurial"
25 2 Luis Figueira
* Add text on the remote repository dialogue to instruct users to add the username to the remote repo URL "username@repository"
26 1 Luis Figueira
* Local folder defaults to C:/Users/markp, should default to C:/Users/markp/My Documents
27 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.
28 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!
29 1 Luis Figueira
* On cancel, Open Repository dialog forgets past state.
30 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?
31 1 Luis Figueira
* Clone succsessful - more details is now wide enough (or should wrap text)
32 1 Luis Figueira
* .hg directory not hidden on windows - should tell people to ignore it!
33 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"?
34 1 Luis Figueira
* Commit doesn't use file selection, uses all files. (Can commit individually with right-click).
35 1 Luis Figueira
* keyboard shortcuts don't work on right-click menus, e.g. right-click button then "d" should to diff.
36 1 Luis Figueira
* Push should warn on modified, uncommitted files. (Currently allows push with modified files).
37 1 Luis Figueira
* Pushed 1 changeset dialog details text is too small.
38 1 Luis Figueira
* Folder dialog uses "/" not "\"?
39 1 Luis Figueira
* Why does "open" say "Clone successful"? Does "open" = "Clone"?
40 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?
41 1 Luis Figueira
* On commit, I get Command Failed:
42 1 Luis Figueira
<pre>
43 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
44 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
45 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
46 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
47 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
48 1 Luis Figueira
warning: code.soundsoftware.ac.uk certificate not verified (check web.cacerts config setting)
49 1 Luis Figueira
abort: authorization failed
50 1 Luis Figueira
51 1 Luis Figueira
If not authorized, suggest ask the project manager to make sure you have access rights.
52 1 Luis Figueira
53 1 Luis Figueira
</pre>
54 2 Luis Figueira
55 2 Luis Figueira
* it would be important to store the password for the session duration;
56 2 Luis Figueira
* is it possible to have an easy way to change between projects.
57 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.
58 2 Luis Figueira
* History Tab: the working revision black border is not explicit enough.
59 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)
60 2 Luis Figueira
61 3 Luis Figueira
h2. General Comments
62 4 Luis Figueira
63 2 Luis Figueira
* Video on Merge command
64 2 Luis Figueira
* some questions we should answer in the documentation: 
65 2 Luis Figueira
** where should I put the local folder?
66 2 Luis Figueira
** is a Mercurial folder different from a normal working folder?
67 2 Luis Figueira
** advantages of local repo?? 
68 2 Luis Figueira
** how often should I commit? 
69 2 Luis Figueira
** how often should I push??