This repository has been archived by the owner on Mar 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
Changes to Weblit skill model in django #2136
Comments
I think this makes sense. I assume the 21st Century skills will be handled the same? |
@hannahkane those may not be part of django at all if we are going to go with this approach. |
Why not? |
@hannahkane by putting them on Pontoon I think it will help get the translation done for those faster since the content won't change much after all? |
K. But the Activities will store info about web lit skills and 21st century skills, right? Even if it's via a key. |
Yup activities for each of those will still be stored in django |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just had a discussion with @alanmoo about our weblit skill page and how we are going to deal with localization.
There are some challenges with the current model for weblitskill and it can make both localization and content editing hard to do, so me and Alan want to propose these changes.
key
name that mapped topontoon
for eachweblit skill
nameThe user flow would be like this (technical)
When a user request for
open practices
skill we will display the static content with react-intl based on their requested locale. We will also fetch the activities based on that locale and skill requested.@alanmoo @hannahkane @gideonthomas what do you all think?
The text was updated successfully, but these errors were encountered: