diff --git a/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/2023-08-25.md b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/2023-08-25.md index 7c3a49bd3..a054acde4 100644 --- a/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/2023-08-25.md +++ b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/2023-08-25.md @@ -6,7 +6,8 @@ author: Vivek Kumar Shrivastav ## Milestones - [ ] Made change to backend - [ ] Implementing feature to dowload pdf files of original documnet -- [ ] UI improved abd tested each component and backend . +- [ ] UI improved and tested each component and backend. + ## Contributions diff --git a/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/2023-09-01.md b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/2023-09-01.md index b3a1c954c..81fe65089 100644 --- a/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/2023-09-01.md +++ b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/2023-09-01.md @@ -4,13 +4,32 @@ author: Vivek Kuamr Shrivastav --- ## Milestones -- [ ] Give the description about Milestone 1 -- [ ] Give the description about Milestone 2 -- [ ] Give the description about Milestone 3 -- [ ] Give the description about Milestone 4 +- [ ] Made an algo that generater summaries that encompasses majorly reports of HSC and SSC data of the user. +- [ ] Impemeted the document selector option that gives more flexibilty to user now they can select which documnets they wants to include. +- [ ] Now user can upload their profile image as well that will be printed with pdf file (DLP). +- [ ] Add a feature that enables user to change the Identity details on run time that automatically gets saved. +- [ ] Improved the backend and made it more modular +- [ ] UI improved and tested each component and backend. +- [ ] Fixed the bug and added feature to dowload pdf files of that can contain multiple documnet tables +- [ ] Improved user experience and decreased load time. ## Screenshots / Videos +- [Home Page](./assets/HomePage.png) +- [DLP Page](./assets/DlpPage.png) +- [Edit any user Identity field](./assets/EditableField.png) +- [Edited Identity field](./assets/EditedField.png) +- [Saved Identity field](./assets/SavedFieldEntry.png) +- [Select Documnets](./assets/SelectingDocs.png) +- [Tabular View](./assets/FetchedTable.png) +- [Summarised View](./assets/Summariser.png) +- [Digital Learners Passbook](./assets/DigitalLearnersPassbook.png) ## Contributions +### Multile commits are there hence, submitting the last commit +- [PR of Contribution](https://github.com/Vivek-Kumar-Shrivastav/DIKSHA-Learners-Passbook-Creation/commit/b727fc04c81eca5a03720974068f721501c1fbeb) -## Learnings \ No newline at end of file +## Learnings + +1. Making pdf out of HTML documnet PdfMake +2. Making code more cleaner and modularised. +3. Communication between different components using services. diff --git a/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/DigitalLearnersPassbook.png b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/DigitalLearnersPassbook.png new file mode 100644 index 000000000..13feb05f6 Binary files /dev/null and b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/DigitalLearnersPassbook.png differ diff --git a/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/DlpPage.png b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/DlpPage.png new file mode 100644 index 000000000..a51ab794d Binary files /dev/null and b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/DlpPage.png differ diff --git a/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/EditableField.png b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/EditableField.png new file mode 100644 index 000000000..bc8c8c52b Binary files /dev/null and b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/EditableField.png differ diff --git a/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/EditedField.png b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/EditedField.png new file mode 100644 index 000000000..cfda58fa2 Binary files /dev/null and b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/EditedField.png differ diff --git a/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/FetchedTable.png b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/FetchedTable.png new file mode 100644 index 000000000..f1c85d034 Binary files /dev/null and b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/FetchedTable.png differ diff --git a/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/HomePage.png b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/HomePage.png new file mode 100644 index 000000000..0e9dca8c2 Binary files /dev/null and b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/HomePage.png differ diff --git a/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/ProfileImage.png b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/ProfileImage.png new file mode 100644 index 000000000..609215b44 Binary files /dev/null and b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/ProfileImage.png differ diff --git a/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/SavedFieldEntry.png b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/SavedFieldEntry.png new file mode 100644 index 000000000..d8edee825 Binary files /dev/null and b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/SavedFieldEntry.png differ diff --git a/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/SelectingDocs.png b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/SelectingDocs.png new file mode 100644 index 000000000..04565e322 Binary files /dev/null and b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/SelectingDocs.png differ diff --git a/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/Summariser.png b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/Summariser.png new file mode 100644 index 000000000..434f5df93 Binary files /dev/null and b/docs/2023/DIKSHA/Learner Passbook integration with Sunbird ED Apps/updates/assets/Summariser.png differ