Skip to content

Template Saral v1.0 release notes

Dileep Gadiraju edited this page Nov 19, 2021 · 4 revisions

v1.0.0-beta.1 Release Notes

This is a beta.1 release with the following features:

  • Saral SDK support
  • State-level Multi-Tenant Branding
  • Multi-Student layout support
  • Local Storage support
  • Data Import utility
  • Layouts configuration (Refer Layout Generation and configuration)

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-beta1

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

Clone this wiki locally