-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Task] Lihat Materi - Make preview page with pdf #13
Comments
@azophy please let me know if you have any questions 🙇 |
suggestion for deliveries of this task. cc @atnanahidiw
|
atnanahidiw
changed the title
[Task] Full functionality pdfviewer in
[Task] Lihat Materi - Make preview page with pdf bundled in apk
Oct 6, 2023
Lihat Materi
page
latest discussion: |
This was referenced Oct 15, 2023
atnanahidiw
changed the title
[Task] Lihat Materi - Make preview page with pdf bundled in apk
[Task] Lihat Materi - Make preview page with pdf
Oct 17, 2023
2 tasks
2 tasks
atnanahidiw
moved this from In Progress
to Code Review
in Bebras Pandai Project Management
Oct 23, 2023
Merged
github-project-automation
bot
moved this from Code Review
to Done
in Bebras Pandai Project Management
Oct 24, 2023
This was referenced Oct 28, 2023
Merged
2 tasks
2 tasks
2 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Make display pdf page
code in flutterflow as a reference
https://github.com/ia-toki/bebras-pandai/blob/flutterflow/lib/pages/preview/view_pembahasan_soal/view_pembahasan_soal_widget.dart
Additional info
if you check the firestore DB (https://console.firebase.google.com/u/0/project/toki-bebras-proto/firestore/data/~2Flearning_material), you will see the data is structured like this
the explanation is:
title
: title to be displayeddescription
: description as more info, can be displayed as subheader or tooltipchallenge_group
: group for tab filterurl
: firebase storage URL in productionstaging_url
: firebase storage URL in stagingsource_urls
: public URLs where we can get the file for metadata (not for app)file_format
: file formatis_printable
: flag whether the item is printable (not important for now)some key points are:
url
&staging_url
must be inside firebase storage, so we can have a URL that within our systemurl
&staging_url
, so we can edit easily & not make breaks after the app is released in the futureDelivery:
The text was updated successfully, but these errors were encountered: