uchicago-capp-30320 / CivicLens

Putting the public back in public commenting
https://civic-lens.org
GNU Affero General Public License v3.0
2 stars 1 forks source link

typos/small visual things #262

Open jgibson517 opened 2 months ago

jgibson517 commented 2 months ago

@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:

claireboyd commented 2 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?

abejburton commented 2 months ago
GregoryHo88 commented 2 months ago

On the Learn page.

Why does CivicLens exist? "...We nightly collect data from regulations.gov..."