-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add data-driven cut-offs for time-based achievements #126
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added some ideas.
when hour_count <= 3 then 'příjemný film (a pak o něm napsat recenzi)' | ||
when hour_count <= 6 then 'pořádný spánek (a pak napsat argumentativní VŠ esej)' | ||
when hour_count <= 9 then 'půltucet epizod Soudkyně Barbary (a pak napsat dvakrát tolik mstivých ČSFD recenzí)' | ||
when hour_count <= 12 then 'trilogii Problém tří těles (a pak se o něm dva dny písemně hádat na Redditu)' | ||
when hour_count <= 18 then 'všechny Harry Pottery (a pak se týden hádat na Facebooku o transfobii JK Rowling)' | ||
when hour_count <= 24 then 'TODO' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'přednášky diskrétní matematiky profesora Jaroslava Nešetřila z MatFyzu (a pak se z toho zbláznit)'
@@ -15,12 +15,15 @@ summary_characteristics as ( | |||
select | |||
*, | |||
case | |||
when hour_count <= 1.5 then 'TODO' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'jízdu pražským Céčkem tam a zpátky'
when hour_count <= 30 then 'půltýdenní sekci El Camino Santiago (a pak o ní napsat 30 lifestylových článků do Vlasty)' | ||
when hour_count <= 36 then 'TODO' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'jednu z nejdelších cest vlakem v Evropě - mezi Rakouskem a Tureckem'
when hours_debated >= 60 then 'zhlédnout všechny díly seriálu Breaking Bad' | ||
when hours_debated >= 40 then 'zaletět na otočku do Japonska' | ||
when hours_debated >= 32 then 'dohrát Cyberpunk 2077' | ||
when hours_debated >= 36 then 'TODO' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'Dohrát hlavní příběh GTA 5'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GTA 5 vyšlo v roce 2013 a nejsem si jistý, že nejsme boomeři tím, že hrajeme příběh v single-player hrách
when hours_debated >= 16 then 'projet všech 254 stanic metra v Dillí' | ||
when hours_debated >= 12 then 'TODO' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'vydělat si na last minute letenky na Mallorcu'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Možná bych se vyhnul věcem, které dělají přepočet na peníze - nebo je tohle nějaká kulturní reference?
when hours_debated >= 24 then 'zhlédnout všechny díly seriálu Comeback' | ||
when hours_debated >= 20 then 'TODO' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'proletět se nejdelším letem na světě - Mezi New Yorkem a Singapurem se Singapore Airlines'
To merge, switch out the non-current descriptions and replace the TODOs.