-
Notifications
You must be signed in to change notification settings - Fork 1
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
Epic: Project architecture #8
Comments
Rough notes on considerationsAccessibility:
Packages/dependencies:
Resources:
Database:
Collating our resources on Airtable
Login and auth
Building up the user's information on the front-end
var userSelection = {
age: true,
ethnicity: false,
gender: true,
disabilities: false,
...
} Also worth having another (or nested) object for the more specific settings? var furtherDetails = {
name: "Jane Doe",
country: "United Kingdom",
postcode: "SE0 0XX",
age: 42,
gender: "female",
...
} Filtering/sorting and API
Inspiration:
More
|
BACKEND
FRONTEND
|
Tech-access - NotesGeneral considerations
More technical considerations
|
tech stack: |
Mongo vs postgreSQLArticle on MongoDB vs postgreSQL: comparison of features; when to use either. Great gov.uk references posters for accessible web-design do's and dont'shttps://accessibility.blog.gov.uk/2016/09/02/dos-and-donts-on-designing-for-accessibility/ Pros & cons of using CSS preprocessors, such as SASShttps://adamsilver.io/articles/the-disadvantages-of-css-preprocessors/ Survey on how widespread SASS & co. are (2016)In a referenced survey: used in about 1 in 2 websites. |
"Planning tech stack, software architecture etc"
Labelled as an epic, as this may go on to reference several other, smaller issues.
Time 4h - 1d
Please comment (if you'd like) any/all ideas about project architecture, db structure, tools, considerations (e.g accessibility), etc:
The text was updated successfully, but these errors were encountered: