Ticket #972 (new task)

Opened 5 months ago

Last modified 5 months ago

standardize parameter names for actions

Reported by: russ Assigned to:
Priority: critical Milestone:
Component: ambra Version: 0.9-SNAPSHOT
Keywords: Cc:
Blocking: Blocked By:

Description

here's a (non-exhaustive) list of different parameter names we're currently using for article URIs:

  • target (getCommentary, getCorrectionsCommentary)
  • articleURI (getArticleRatings, fetchArticle, citationList, etc.)
  • trackbackId (listTrackbacks)
  • article (deleleArticle)
  • uri (fetchObjectAttachment, slideshow.action)

this is really excessive. can we pick one? are there other places in our code where, rather than standardizing, we've allowed each developer to make up a new name each time?

Dependency Graph

Change History

06/19/08 13:33:17 changed by amit

  • owner deleted.
  • priority changed from medium to critical.

Agreed. Plan was to deal with URI as part of the elusive REST work.