#7817 Replace "mount point" field with URL field, on tool creation forms

v1.3.0
closed
General
2015-08-20
2015-01-13
No

When installing a new tool or importing into a new tool, the form prompts for a "mount point" which is strange terminology, nobody knows what that means. It'd be better if we called it "url path" or something like that. And ideally showed an example full URL similar to what we do on /p/add_project when selecting a project shortname. E.g.:

Tool url:   http://mysite.com/p/myproj/ [__________]

Discussion

  • Heith Seewald - 2015-03-09

    Maybe we can add tooltip on mouse over as well?

     
  • Dave Brondsema

    Dave Brondsema - 2015-03-09
    • labels: ux --> ux, sf-2, sf-current
     
  • Heith Seewald - 2015-03-09
    • assigned_to: Heith Seewald
     
  • Heith Seewald - 2015-03-23
    • status: open --> review
     
  • Heith Seewald - 2015-03-23

    checkout hs/7817

     
  • Dave Brondsema

    Dave Brondsema - 2015-03-24
    • status: review --> in-progress
    • Reviewer: Dave Brondsema
     
  • Dave Brondsema

    Dave Brondsema - 2015-03-24

    There are 2 forms of validation that may occur. See <span class="mount-point-name-rules tool"> and <span class="mount-point-name-rules tool-relaxed">. So pattern="^[a-z][a-z0-9-_\.\+\-]{1,63}$" shouldn't be included. (Or should be set dynamically the same way those to spans are shown/hidden).

    placeholder="codez" probably isn't needed :)

    Can the URL preview show up as soon as the dialog opens, not waiting for the user to edit text? That would be nice since there is a default url path and we can show the user immediately how that fits into the full url.

     
  • Heith Seewald - 2015-03-24
    • status: in-progress --> review
     
  • Dave Brondsema

    Dave Brondsema - 2015-03-25
    • status: review --> closed
     
  • Dave Brondsema

    Dave Brondsema - 2015-04-06
    • labels: ux, sf-2, sf-current --> ux, sf-2
     
  • Igor Bondarenko - 2015-06-18
    • Milestone: unreleased --> asf_release_1.3.0
     

Log in to post a comment.