Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Unify error messaging for forms #38

Closed
trotzig opened this issue Feb 6, 2014 · 0 comments
Closed

Unify error messaging for forms #38

trotzig opened this issue Feb 6, 2014 · 0 comments
Assignees

Comments

@trotzig
Copy link
Contributor

trotzig commented Feb 6, 2014

We've got a couple of similar HAML blocks of displaying errors on a form that we should unify into a shared partial/helper.

See
app/views/sweeps/_form.html.haml

trotzig referenced this issue Feb 6, 2014
A "Sweep" is a way to trigger snapshot creation for all Urls and
Viewports in a project. Sweeps are meant to be the landing point for
reviewing the state of a project. The UI is very simple in this first
pass, but as we continue to refine the process, the sweep UI will be
optimized for fast diff reviewing.

Snapshots will be divided into four sections on the sweeps page:

  Pending      - those that have not yet been snapshotted
  Accepted     - the snapshots that have already been accepted (either
  automatically or manually)
  Rejected     - the snapshots that you or someone else did not approve
  Under review - the snapshots that need acceptance/rejecting

To trigger a sweep for a project, go to the project page and hit the
"Start new sweep" button. Before the sweep starts, you have to set a
title and a description. These fields might not be super useful when you
are manually triggering sweeps. But when integrated with a deploy
script, these fields can be filled with important information (such as
changes/commit messages).
@lencioni lencioni self-assigned this Feb 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants