HPCL Project
- 2 component - CreateTI and ListTI
- ListTI - it is a recycler View of already created TI
- CreateTI - takes officer details for creating a Tour Itinerary
- AddTI - displays a summary of Officer details and captures intent from AddTI_Form to create a list of TI created recently
- AddTI_Form - form that takes Tour details and generated a TI by sending details via intent
- A sample JSON dataset created to fetch officer and TI details
- Spinner Text "Select one option" add and update spinner
- Update UI
- Retrieve All Data from AddTI_form and set some in RecyclerView and add all in Database.
- Final Submission button UI change
- Final submission takes to ListTI which queries from HPCL database.
- Read City names from JSON data file
- Contraint TO and FROM should not have same city
- UI improvements needed.
- Need to create API for HPCL
- Integrate API with current App
- Redesign UI