Open jgibson517 opened 6 months ago
how should we pull the date on the search page? right now its this:
# find date for when one doc in the db was last updated (MVP technique)
try:
last_updated = (
Document.objects.all()
.order_by(
"-last_modified_date",
)
.values("last_modified_date")[0:1][0]["last_modified_date"]
)
except IndexError:
last_updated = None
is this the right approach?
On the Learn page.
Why does CivicLens exist? "...We nightly collect data from regulations.gov..."
@claireboyd the about and education pages look great! wanted to flag some small things that seem easy to fix:
On the education page:
On the about page:
[x] - "from the regulations.gov ," extra space in the "How we make public commenting more accessible"
[x] - "Software Engineering for Civic Tech ," "GitHub ." extra spaces in the About Us
[x] Can we also link to our docs site (https://uchicago-capp-30320.github.io/CivicLens/) in the about page.