digitaleagle / moses

Project to Manage Church Stuff
GNU General Public License v3.0
1 stars 0 forks source link

Ministry Login Selection #8

Open kent1313 opened 1 year ago

kent1313 commented 1 year ago

This page needs to be created. From this page, a user selects their ministry and logs in. The logging in aspect of the program is necessary, but can be irritating to users. We want to minimize discouragements from church involvement, so ideally, it is best to keep security to a minimum.

It would be best to make this page navigate directly to each ministry program. Each ministry program will have its own security key. If the key is invalid, the ministry program will invoke its own login independent from this page.

Therefore, the purpose of this page is to simply layout each of the ministries clearly so that a user can easily locate their ministry and get to it. The program will load a list of ministries and display them on the screen.

kent1313 commented 1 year ago

The MinistryLoginSelection page has been started! For now, the list of ministries has been hard coded; but the layout is designed. image The program will load pictures for each ministry, so each of the Card widgets in the picture would have a logo on them and when tapped navigate the user to the appropriate ministry.