Skip to content

v1.0.0-beta.4 release

Pre-release
Pre-release
Compare
Choose a tag to compare
@apurvabisht97 apurvabisht97 released this 15 Dec 08:48
· 2135 commits to v1-develop since this release
e2934bb

v1.0.0-beta.4 Release Notes

These are the lists of features/bugfixes/documentation changes covered as part of this beta 4 release :

  1. Scan Status button on final scan screen to show scan status in local storage.
    #50

  2. for odisha sheet marks obtained is not showing the sum of marks which user is overriding instead it is showing marks obtained which we scan after the sheet.
    #61

  3. securedMarks and totalMarks are not storing training data.
    #64

Git issues dashboard for beta4

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

This release supports the below layouts :

Note: Soft copies of these layouts are attached.

  • Gujarat PAT layout with single student 34 questions
  • Gujarat multi-choice layout with single student 5 questions
  • Gujarat layout with single student 12 questions
  • Odisha layout with single student 20 questions
  • UP layout with 8 students 13 questions
  • UP layout with 4 students 20 questions
  • UP layout with 3 students 30 questions
  • UP Multi-Subject with single student 10 questions

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.0.0-beta4

Saral v1.0 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

Saral v1.0 Architecture :

Saral v1.0 Architecture

Saral v1.0 steps to build release artefacts from source :

Steps to build from Source

Saral v1.0 branding configuration :

Saral App Branding

Saral v1.0 Technology Stack :

Saral v1.0 Technology Stack

Saral v1.0 Backend DevOps :

DevOps

Saral v1.0 Specification :

Specification

Saral v1.0 Postman collection :

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

Saral v1.0 roi layout configuration json files :

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

Saral Documentation

https://saral.sunbird.org/

v1.0.0-beta.4 release