You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
need scripts that can do QA for us and generate a report
because doing QA manually is too slow
and error prone
to make all this happen, we need a crucial piece of code
using the API get the result for a particular URL (not a whole collection)
this should take into consideration possible variations in the URL (http/https, slash at the end or not, any query parameters on the URL etc)
...or the API should be able to execute a LIKE query instead of an EXACT MATCH query.
the other way is when we run the code to get a list of URLs for a collection, we keep track of the original URL that is returned by the API.
...or this code also received information about the title etc and shows us how the titles were updated
what would these scripts look like?
take the exclude rules
workflow looks like this:
user is able to click on the number under affected URLs
this loads up a table with the following columns for each URL
collection?
title rule
final title on test
exclude rule
URL exists on test
doc type rule
final doc type rendered on test
preview image (how to get this), some kind of API? /preview/
action items:
investigate what the current API response is
if some fields from the response are being ignored, store them in the database
figure out the preview endpoint and store that in the database or S3 bucket (is it not already on the S3 bucket? maybe just put a link to the S3 object on the sheet)
Implementation Considerations
type your first consideration here
Deliverable
No response
Dependencies
No response
The text was updated successfully, but these errors were encountered:
Description
need scripts that can do QA for us and generate a report
because doing QA manually is too slow
and error prone
to make all this happen, we need a crucial piece of code
what would these scripts look like?
workflow looks like this:
user is able to click on the number under affected URLs
this loads up a table with the following columns for each URL
action items:
Implementation Considerations
Deliverable
No response
Dependencies
No response
The text was updated successfully, but these errors were encountered: