accessibilitywars/zaw2

LARGE TASK: Remove armory-embeds

Open

#13 opened on Mar 14, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (5 forks)auto 404
enhancementhelp wantedroundtuit

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

Armory-embeds works well enough, but it doesn't truly fit the model of a static site.

If we were to build our own 'armory-alike' system that used static generation, AW2 could have offline capabilities and work cleanly as a cached progressive web app.

Additionally, this means that aw2 would continue to function if the API broke (or was deactivated). It also allows for the ability to supplement or modify the api data in cases where it is incorrect or incomplete.

This is a big job and should be broken down further.

Contributor guide