Skip to content

v1.5.1 release

Compare
Choose a tag to compare
@apurvabisht97 apurvabisht97 released this 09 Mar 07:44
· 1710 commits to main since this release
542326a

These are the lists of features/bugfixes/documentation changes covered as part of v1.5.1 release :

  1. Auto-select the skip button for unfilled student records on the layout sheet.
    #126
  2. Skip checkbox for multi-student layout not visible on all the mobiles. Need a cosmetic change to make sure it's visible on all the mobiles.
    #125
  3. Preserve Login credentials with remember option
    #124
  4. Add Help, About options on the profile menu of the app
    #118
  5. Dynamic Tagging of predicted results
    #122

Git issues dashboard for v1.5.1 release:

https://github.com/Sunbird-Saral/Project-Saral/issues?q=is%3Aissue+is%3Aclosed

This release supports the below layouts :

Note: Soft copies of these layouts are attached.

  • Single student 34 questions layout
  • Multi-choice omr layout with single student 5 questions
  • Single student 12 questions layout
  • Single student 20 questions layout
  • 8 students 13 questions omr layout
  • 4 students 20 questions omr layout
  • 3 students 30 questions omr layout
  • Multi-Subject with single student 10 questions
  • Attendance sheet layout with 20 students
  • Single student 10 questions omr layout

Saral Backend docker Image :

Note: docker image is in docker hub. This is a reference backend implementation with MongoDB and nodejs.

docker pull anuvaadio/saral-backend:1.5.1

Saral v1.5.1 mandatory backend APIs used by frontend App

GET  /schools
POST /schools/login
POST /fetchStudentsandExamsByQuery
POST /getSavedScan
PUT  /saveMarks
GET  /roi/{examId}
GET  /brand
GET  /brand/default

Note: Other APIs listed in swagger are purely for backend maintenance, so they are optional.

Saral APK file :

APK file has to be built with the corresponding backend BASE_URL.
If the attached APK is used , follow below steps:

  1. Update BASE_URL in attached APK. Refer Update BASE_URL in APK
  2. Sign the apk with designated private key. Refer Sign Already generated APK for steps.

Saral v1.5.1 Architecture :

Saral v1.5.1 Architecture

Saral v1.5.1 branding configuration :

Saral App Branding

Saral v1.5.1 Technology Stack :

Saral v1.x Technology Stack

Saral v1.5.1 Backend DevOps :

DevOps

Saral v1.5.1 Specification :

Specification

Saral v1.5.1 Postman collection :

Checkout github release tag and refer Project-Saral/v1.0/backend/test/saral.postman_collection.json

Saral v1.5.1 roi layout(s) configuration json files :

Checkout github release tag and refer Project-Saral/v1.0/backend/data/layout

Saral Documentation

https://saral.sunbird.org/