Skip to content

Latest commit

 

History

History

simplified-cardcreator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

org.librarysimplified.cardcreator

The Card Creator module holds functionality for users to create library cards from within the app.
The implementation uses modern Android APIs like ViewModels, ViewBinding, Coroutines, Navigation Components, LiveData, and Retrofit/Moshi for networking.
To sum it up simply, the Card Creator simply validates users input along a wizard as 3 endpoints are called to created a new library card. Those endpoints in order are:

  1. v2/validate/address
  2. v2/validate/username
  3. v2/create_patron