Gamify Glide Apps Reboot #1: Onboarding & User Profiles
Create your spreadsheet, design an onboarding experience, and set up user profiles!
Create your spreadsheet, design an onboarding experience, and set up user profiles!
Great idea with the swipe as the choice, like it
Hi @Robert_Petitto great video. I wanted to ask do you maybe have one where an Admin has to approve the profile first before itโs created?
I am building a hospital practice app and this was one of the requests and itโs been killing me for a week now
@Robert_Petitto thank you for updating! I refer back to your videos often but with all the changes in Glide, that was getting harder to do. Much appreciated.
This was another reason for the reboot. Wanted to create the series in the new editor.
Question about the swipe screen - do you find that people intuitively know to swipe without any instructions? I feel like I need to have some kind of visual cue. The kids you are interacting with probably get it, but not so much the older adults that are my app users.
I like that!
just following up on this
Iโm thinking you can allow the onboarding process to happen (users can input whatever info that is needed for their profile), then add a boolean column โApprovedโ.
As an admin, you will have an inline checklist pointing to that Approved column. Only when you check that box those users can access the main tabs of the app.
Umm, whaaโฆ
Create your spreadsheet, design an onboarding experience, and set up user profiles!
also uses a FANTASTIC trick using Quickcharts to display a dynamic radial progress bar avatar!
Hereโs the code you need for the Quickchart template mentioned in the video:
{
type: 'radialGauge',
data: { datasets: [{ data: [*P], borderWidth:0,backgroundColor: '*C' }] },
options: {
trackColor: '#eee',
roundedCorners:true,
centerPercentage: 93,
centerArea: {
fontSize: 1,
},
plugins: {
backgroundImageUrl: 'https://res.cloudinary.com/glide/image/fetch/w_500,h_500,c_fill,g_face,r_max,ar_1/c_pad,w_1000,h_600,f_auto/b_transparent/*I',
}
},
}
Allow your users to complete challenges for XP and Gold rewards! Approve their challenges from an Admin screen. Use the Pires-Petitto trebuchet method to keep your sheet tidy and minimal!
Create guilds (teams), configure the guilds screen, sort the screen by average guild XP to construct a guild leaderboard, randomly assign guilds to users during the onboarding process!
Grab a copy of this app by becoming a Glide VIP member! Robert Petitto - YouTube
Hello, how are you Roberto! I hope you are super well I am grateful I have learned a lot from your videos but I need help in this of the ranges that I get this message
Do you have data for all of the fields youโre replacing?
right
Try https in the construct URL