| Summary: | "MyWorkspace" is the name of a default workspace, not used anywhere else in UI | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Susan McCourt <susan> |
| Component: | Client | Assignee: | Susan McCourt <susan> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | grant_gayed, john.arthorne |
| Version: | 0.5 | ||
| Target Milestone: | 1.0 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Susan McCourt
The workspace name comes from fileImpl.js, line 122:
return this._createWorkspace("MyWorkspace");
Since this is coming from within the implementation of the "Orion" file system, we could reasonably insert some other name here such as "Orion Content".
On the other hand, I think a generic hard-coded name doesn't scale up if we ended up in a world with multiple potential workspace servers. One option that I think could work is to use the domain name of the orion server, so you would get "orion.eclipse.org", "orionhub.org", etc. In a world where your files might be on another domain from your tools, having some indication of where you content is living might be useful.
I should also note "MyWorkspace" was never a carefully chosen name - at the time we were never displaying it so the name didn't really matter. Marking for RC2, perhaps we should consider using the domain name as both the workspace name and in the breadcrumb. That would look nicer I think than "Orion Content" which causes some confusion. For now (1.0) I've just switched "MyWorkspace" to "Orion Content". http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=685d34406c72022f308f1a9c8fcd28ff5393aea0 We can revisit this in bug 374679 |