-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposing UI changes #68
Comments
@dodobas we have the initial implementation of this. Could you put this up on a test server somewhere? https://github.com/mapmeld/hot-exports |
I got something... but not much :) As I have very little experience deploying Rails app, this may be a really simple issue. So, on the current production server service runs on ruby-1.8.7 + rails-3.2.11 and that's the environment we should aim for. After basic configuration of the production environment (apache2 + passenger) and modifying database connection parameters, I've executed However, switching to this branch, creates an Response 500, for
Any ideas? |
Hey @wonderchook @jueyang and @davejohn, have you found someone to work on this? I looked through and start making some layout changes on https://github.com/emreiser/hot-exports/commits/er_ui_changes. Let me know if it's still needed! |
Proposing UI changes
by @clhenrick and @jueyang
cc @wonderchook
We sketched out a smoother UI flow for the HOT export tool during the #sotmus sprint day. The goals for the UI update is here are to 1) make the export workflow more apparent to new users 2) simplify site layout so that it does not overwhelm the users.
Language Change
The term "Jobs" has been renamed to "Exports" for less confusion to new users.
Start an export
The Hot Export homepage UI revision now immediately shows the user how to create a new export. Previous export jobs can be accessed in the "Exports" link which is located to the upper right between the "Log In" and "About".
The "New Job" page has been integrated into the home page. It has been simplified so that the user can choose a bounding box for a given area and set the parameters for
Preset
,Translation
andTransform
all on the same page rather than on separate pages.The
Expert Functions
section currently at the bottom of the home page is now included under the headingAdvanced
. When the user is satisfied with their bounding box and parameter settings they then click theCreate Export
button and are sent to the summary page.Upon first visiting the page a window is displayed over the map area which gives the user information from the original home page such as
About
,How to Get Started
andNote
, which may be closed by clicking on the "X" in the upper right corner and opened again by clicking on "About" in the menu bar.Next to each parameter (
Preset
,Translation
,Transformation
, etc.) is ani
circle icon that when clicked will display a window with information about each parameter.Summary view
We've simplified the layout of the summary view of a single export and made the actions clearer.
Next Actions
@wonderchook @jueyang and @davejohn will publicize this proposal via different channels. Needs a developer :)
The text was updated successfully, but these errors were encountered: