GSA / wg-web-modernization

GSA Web Modernization Working Group
10 stars 0 forks source link

a repeatable process to identify and address duplicative web content #52

Open ryanwoldatwork opened 1 year ago

ryanwoldatwork commented 1 year ago

Draft a process that any GSA-staff person (or outsider) can use to identify duplicate content for review/assessment and assignment to a backlog.

References

Example of this issue

An actual instance of duplicative content:

Draft process example

  1. user identifies duplicative content
  2. user creates an issue
  3. somebody tbd reviews the issue
  4. that somebody coordinates with the website managers involved
  5. website manager 1 updates the canonical content (that will remain)
  6. website manager 2 sunsets the duplicative content
graph TD;
    user-->|identifies|duplicativeContent;
    user-->|creates|issue;
    somebody-->|reviews|issue;

    websiteManager1-->|is a|websiteManager;
    websiteManager2-->|is a|websiteManager;

    somebody-->|coordinates with|websiteManager;
    websiteManager1-->|updates|canonicalContent;
    websiteManager2-->|sunsets|duplicativeContent;

Related issues