Skip to content

v1.5.3 release

Compare
Choose a tag to compare
@navin9584 navin9584 released this 08 Apr 10:17
· 1598 commits to main since this release
7210f76

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

1.When we fill 000000 for student ID and I skip and proceed, the app throws out an error prompt saying that duplicate ID cannot be used.
#157
2.auto sync count implemented through backend.
#150
3.Generate Roi layout for 10question omr multiple student sheet.
#146
4. add view password on login screen
#145
5. threshold value should be decreased for lower version of android .
#144
6. training data collection for handwritten digits
#135
7. documenation for swagger doc
#136
8. To be able to configure a support email address in the backend
#166

Git issues dashboard for v1.5.3 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
  • 10 students 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.3

Saral v1.5.3 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.3 Architecture :

Saral v1.5.3 Architecture

Saral v1.5.3 branding configuration :

Saral App Branding

Saral v1.5.3 Technology Stack :

Saral v1.x Technology Stack

Saral v1.5.3 Backend DevOps :

DevOps

Saral v1.5.3 Specification :

Specification

Saral v1.5.3 Postman collection :

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

Saral v1.5.3 Swagger documentation :

Checkout github release tag and refer Project-Saral/specs/v1.5/swagger-saral-frontend.yaml

Saral v1.5.3 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/