MGS-Developers / my-mgs

The MyMGS app's mobile-native client
MIT License
1 stars 0 forks source link

Revision dashboard #13

Closed palkerecsenyi closed 3 years ago

palkerecsenyi commented 3 years ago

Use the existing function to get the user's year group, and load revision resources from Firestore.

How you specify the schema and class is completely up to you, but try and keep to the format of the other classes within the data_classes directory:

If you need any help with the database side of things, ask me and I'll do it for you.

Once you have the user's year group, get subjects specific to the year group from Firestore. Each subject should contain a list of resource — these are most likely to be PDFs, but they can also be web links, videos, documents, etc. Up to you how you render it and show different types of files to the user, but try and make it as simple as possible. Take inspiration from existing apps that do similar things.

Feel free to make a tab in main_navigation for the revision links dashboard.

palkerecsenyi commented 3 years ago

This has been added as the Survival Guides section