-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Website Architecture Discussion #1
Comments
This sounds great! I am going to mostly address point 3 on the basis that the answer to 1) is display public letter and recruit and display advocates, build mailing list, communicate report findings, and ultimately persuade Apple to allow other browsers and treat web apps as first class apps (and failing that to persuade the regulators to persuade Apple), and that 2) is everything needed for the above. But I defer to content already posted by Matthew in the Discord, and I look forward to a lively discussion on website audience and actions. Continuing the theme of playing to the strengths of existing volunteers, I propose the following stack: Postgres databaseHosted in the cloud or on existing project infrastructure. Mailing list toolThis could be Buttondown as it has a nice API signup option, enabling us to have a single form for advocate and subscriber signup. (Or it could be our very own mailbag with some work to allow programmatic signups.) Static site hosted on Netlify
If we wanted to implement @thescientist13's idea of publishing mailing list posts on the website, it would just be another post type in our eleventy config, with another directory of markdown files. Once a new post was merged into main branch and deployed, the URL could be grabbed from the site and sent out via the mailing list tool. I believe this approach - using the JAMStack - offers our users the best experience as it empowers us to hand-craft the HTML, CSS and any JavaScript we choose to use. This will enable us to build a site that meets the Web Content Accessibility Guidelines 2.2, and is secure and privacy-friendly from the get-go. We won't use cookies, so we won't need a cookie notice; the data stored in Postgres will be as secure as data can be, and the purpose for which we're requesting it is directly related to the goals of the campaign. I look forward to comments and suggested improvements for this approach, and I'm open to entirely different ones too! |
Here are some thoughts that reply in part to 1) and 2). I also incorporated ideas Matthew shared in the Discord: Targets:
Goals relative to these targets:
Content:
Just some thoughts, I surely missed some important stuff! |
I'll put my hat in the ring to put together some design foundations and nice CSS that folks will be able to use to compose sections of the site. Any tech stack that would help me work with HTML and CSS without much drama would be idea. I'll always give Eleventy a +1 for that. |
@hankchizljaw I can help with the design and html/css either. I just don't want to step on others feet. How can we work together? |
I think for early design: Figma, because it's free to all. For HTML and CSS we will probably need someone to build out the core typography, colours etc, then everyone can get involved when a nice system is in place. |
As far as content goes for the website (maybe a separate Information Architecture issue would be good?), just wanted to share some thoughts from the Discord chat. I would say one of the key things this group can help bring to the table is the ability to help bridge the gap and provide context and technical literacy to the uninformed, especially more so for those who are in a position to enact change (people or politicians). Not saying we have to go as low as a "series of tubes" per se, but making the tech stuff more relatable to everyday folks is a great ability for those in our position to be able to do, and to articulate it into words for reference makes it all the more accessible and actionable. Maybe we could include a glossary of terms or some very beginner friendly content / diagrams / illustrations to help bring everyone up to speed, which could help in the consumption and advocacy or more robust technical and policy heavy content? Illustrations and diagrams are a bit more effort, but there is the saying a picture speaks 1000 words. Just my $.02. |
@thescientist13 I love the idea for creating a glossary of terms that are relevant to browsers and the work we do. This would be useful for many parties, from our own community members to legislators to people interested in finding out more about our advocacy work. We would have to agree on a scope to ensure we don't define too many technical terms that are not relevant, as you mentioned in your message. Perhaps we could get @mtom55's thoughts on this based on his experience writing documents for OWA. |
This is really important especially since some terms are not obvious to people who aren't deeply involved with the web or even browsers (i.e. terms like In-App Browsers). Section 3.3 https://open-web-advocacy.org/files/OWA%20-%20Bringing%20Competition%20to%20Walled%20Gardens%20-%20v1.0.pdf of Walled Gardens contains a bunch of definitions and Section 4 of https://open-web-advocacy.org/files/OWA%20-%20In-App%20Browsers%20-%20Subverting%20Competition,%20User%20Privacy%20&%20Choice%20-%20v1.1.pdf contains terms related to In-App Browsers (some of which I made up because no existing terms existed) |
@mtom55 Would you like me to copy those definitions into a new Glossary page on our site? |
Sure, might make a good start. Be nice to have #hashtag id's on them so that we can deep link |
Before we begin developing the Open Web Advocacy website, we need to align on a few things:
While making decisions on the above topics, we need to consider the following question:
What path will create the best experience for our website visitors?
Further, we need to consider the audience of our website. Who is our target visitor? What is the action we want to prompt when someone visits? Do we want people to join our community? Assist with advocacy? Something else?
The text was updated successfully, but these errors were encountered: