CottageLabs / idfind

An identifier identifier
1 stars 0 forks source link

multiple success tests #24

Closed emanuil-tolev closed 12 years ago

emanuil-tolev commented 12 years ago
  1. on /submit: Multiple success conditions (resptests) - "add more" button must be made functional, will function in pretty much the same way as the one for issue #19, multiple useful links. Adds more copies of the same fields, and these are processed into a list and put into the index by the submission processing code.
  2. in identifier.py._check_service Response tests aren't used at all right now, it's just got some hardcoded HTTP status code values it's checking for. So this needs to handle a list of response tests.
  3. on /browse Need to handle displaying a list of response tests, should be very easy (multiple useful links already displayed in an unordered list in that code).
emanuil-tolev commented 12 years ago
  1. done.
  2. a bit more work, need to start using requests module instead of urllib2!
  3. very easy to do.