Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SCSB-UI

GitHub Link - SCSB-UI

The SCSB -UI is a micro-service application which provides the User Interface for the application.The User Interface has a user login on successful authentication based on the user privileges the User Interface provides Search functionality,Request,Reports,Batch Jobs accessibility and User ManagementUI project houses the source code relevant to the Graphical User Interface (GUI) of SCSB. The SCSB UI was built with Spring Thymeleaf and other JavaScript frameworks to ensure seamless integration with the other SCSB components. The GUI is accessible to staff in the warehouse and library after successfully authenticating through their institutional credentials. The users are authorized as per their roles and allowed access to the different modules of the application, viz. Search Items, Collection Maintenance, Request Creation, Report Generation, User Management and Schedule Batch Jobs.

The functionalities provided are documented in the confluence under User Guide :

...

SCSB-CIRC is a micro-service application which provides the core functionalities for Request Scenarios.All the request received are handled and process in this application.Other major process handled are Submit Collection... (in progress)Bulk Request , Accession Reconciliation process ,Status Reconciliation process,Daily Reconciliation process.All the SIP call to ILS and GFA call are made through this application.

...

GitHub Link - SCSB-CAS

CAS : The Central Authentication Service (CAS) is a single sign-on protocol for the web. Its purpose is to permit a user to access multiple applications while providing their credentials (such as userid and password) only once. It also allows web applications to authenticate users without gaining access to a user's security credentials, such as a password. The name CAS also refers to a software package that implements this protocol.

...