๐Ÿ† My House Points App โ€” Feedback welcome!

Just a showcase of my recent House Points app for the Academy I work for. Using some CSS, some trebuchet and some singlevalue columns from arrays to make magic. Feedback appreciated!

7 Likes

Oh wow, bob!

Can I be your student too? :sweat_smile:

Very polished, loving the way you have used dynamic css to change the themed background.

Any time!

1 Like

Cloudinary magic wrapped up in that as well using some e_tint parameters :slight_smile:

1 Like

Very effective and creative. :clap:

Love it Robert, youโ€™re a clever chap

1 Like

Very lovely Bob!

1 Like

Very nice :+1:

Would you mind sharing the CSS you used for the Faculty Members list?

I noticed that you donโ€™t appear to be using any column grouping in the app - have you tried it?

With the newer search for column feature, I donโ€™t use column grouping as often as I had previously. Hereโ€™s the CSS:

<pre><span><style>

/*
This CSS affects horizontal inline lists set to 4 tiles wide with a circle tile shape.
*/

.tile-inner {
width: 55px;
}

.tile-image-area {
border: solid 2px #fff;
border-radius: 50%;
box-shadow: inset 0px 0px 0px 20px #fff;
}
[data-test="app-horizontal-list"] .tile-image-area div:nth-of-type(1) {
   height: 50px;
}
.inner {
grid-template-columns: repeat(12, 50px) !important;
}
5 Likes

Hi Robert,

Iโ€™m the headmaster of a public school in Belgium.
Weโ€™ve created a House system a few years ago and were actually struggling a bit with communicating points evolution.
So Iโ€™m really amazed about both ur original (Harry Potter version) and this sleek and design version.
Itโ€™s an amazing job !

Iโ€™m planning on adapting it for my own school (and five houses :smiley: , Titans names) .

My questions are quite simple :
How many users do you use for your Academy plan ?
What plan did you choose in Glide ?
How much does it cost your academy monthly or yearly?

Just trying to get all information I need before i jump in with my team :slight_smile: .
Canโ€™t wait to work on this :+1:
Thanks :wink:

Thanks