MuckRock / squarelet

MuckRock User Service
GNU Affero General Public License v3.0
11 stars 10 forks source link

Resource Catalog #123

Closed allanlasser closed 2 weeks ago

allanlasser commented 3 weeks ago

Closes #112 Closes #118 Closes #119

This loads data from the ERH Airtable base with the pyairtable library.

This creates a catalog that lists available resources, grouped by their category. If a resource belongs to more than one category, it is listed more than once.

Clicking on a resource opens the resource detail page, providing more information and a button to "Access" the resource.

TO-DO