Freetail Hackers activity https://gitlab.com/freetail-hackers 2026-03-17T15:52:17Z tag:gitlab.com,2026-03-17:5213640227 pranalisree pushed to project branch 170-admin-filters at Freetail Hackers / rodeo 2026-03-17T15:52:17Z pranalisree pranalisree

pranalisree (e0d88b41) at 17 Mar 15:52

ran build and preview again

tag:gitlab.com,2026-03-17:5211638804 pranalisree pushed to project branch 170-admin-filters at Freetail Hackers / rodeo 2026-03-17T08:56:18Z pranalisree pranalisree

pranalisree (d3822dc9) at 17 Mar 08:56

need to update seed

tag:gitlab.com,2026-03-16:5209347795 Brandon Shin commented on merge request !213 at Freetail Hackers / rodeo 2026-03-16T17:04:44Z brandonshin Brandon Shin

To clarify on why decisionStatus should be NULL, this is the results searching for decision status Pending:

image

Admins should never have a decision Status. People that are confirmed should also not be pending, and finally accounts that are created but not applied should not have a decision Status. So it should be default null, and then when they apply is applications, it should set their decision status to pending.

tag:gitlab.com,2026-03-16:5209331155 Brandon Shin commented on merge request !213 at Freetail Hackers / rodeo 2026-03-16T17:00:14Z brandonshin Brandon Shin

I would rename the filter function to something more specific, like filter by decision or smth

tag:gitlab.com,2026-03-16:5209331136 Brandon Shin commented on merge request !213 at Freetail Hackers / rodeo 2026-03-16T17:00:14Z brandonshin Brandon Shin
  1. Default for decisionStatus should be NULL or not applied or smth like that just so its clear semantically.

2.Application Status should not be pending ever, its applied -> one of the decisions

tag:gitlab.com,2026-03-16:5209283657 Brandon Shin opened merge request !213: added decisionStatus and applicationStatus fields to user & set both default... at Freetail Hackers / rodeo 2026-03-16T16:48:13Z brandonshin Brandon Shin

Pre-flight checklist

  • I have passed the pre-commit hooks and the pipeline
  • I have tested my code on both desktop and mobile (320px wide)
  • If I have performed multiple migrations, I have squashed all of them into a single migration

Description

  • ran build and preview

  • filter works; idk if seed data for decStatus and appStatus is correct

  • added decisionStatus and applicationStatus fields to user & set both default as pending (temp) & added filter endpoint

Closes #170

tag:gitlab.com,2026-03-15:5205840174 pranalisree pushed to project branch 170-admin-filters at Freetail Hackers / rodeo 2026-03-15T21:41:56Z pranalisree pranalisree

pranalisree (443604a2) at 15 Mar 21:41

ran build and preview

tag:gitlab.com,2026-03-15:5205829567 pranalisree pushed to project branch 170-admin-filters at Freetail Hackers / rodeo 2026-03-15T21:31:19Z pranalisree pranalisree

pranalisree (e4a7f422) at 15 Mar 21:31

filter works; idk if seed data for decStatus and appStatus is correct

tag:gitlab.com,2026-03-15:5204995989 pranalisree pushed new project branch 170-admin-filters at Freetail Hackers / rodeo 2026-03-15T08:09:35Z pranalisree pranalisree

pranalisree (a624836b) at 15 Mar 08:09

added decisionStatus and applicationStatus fields to user & set bot...

tag:gitlab.com,2026-03-12:5199170883 Brandon Shin pushed to project branch mainline at Freetail Hackers / hackhackgoose 2026-03-12T23:57:17Z brandonshin Brandon Shin

Brandon Shin (7620764b) at 12 Mar 23:57

lowered timeout

tag:gitlab.com,2026-03-12:5198893772 Brandon Shin pushed to project branch mainline at Freetail Hackers / hackhackgoose 2026-03-12T21:37:08Z brandonshin Brandon Shin

Brandon Shin (efc0c5c1) at 12 Mar 21:37

updated cursor

tag:gitlab.com,2026-03-12:5198820341 Brandon Shin pushed to project branch mainline at Freetail Hackers / hackhackgoose 2026-03-12T21:09:47Z brandonshin Brandon Shin

Brandon Shin (c7771d79) at 12 Mar 21:09

updated desktop

tag:gitlab.com,2026-03-12:5198809173 Brandon Shin pushed to project branch mainline at Freetail Hackers / hackhackgoose 2026-03-12T21:05:53Z brandonshin Brandon Shin

Brandon Shin (b505949b) at 12 Mar 21:05

Apps extended

tag:gitlab.com,2026-03-11:5194609066 Kaden Le pushed to project branch feature/1-transition at Freetail Hackers / hackhackgoose 2026-03-11T23:45:55Z kadenle Kaden Le

Kaden Le (a915d981) at 11 Mar 23:45

hi

tag:gitlab.com,2026-03-11:5194608159 Kaden Le pushed new project branch feature/1-transition at Freetail Hackers / hackhackgoose 2026-03-11T23:45:14Z kadenle Kaden Le

Kaden Le (38cedd40) at 11 Mar 23:45

transition is hard bro

... and 4 more commits

tag:gitlab.com,2026-03-11:5194331603 ali v deleted project branch 67-letAdmissionGoNext at Freetail Hackers / rodeo 2026-03-11T21:25:05Z ali-vayani ali v

ali v (e79a97a0) at 11 Mar 21:25

tag:gitlab.com,2026-03-11:5194331475 ali v pushed to project branch master at Freetail Hackers / rodeo 2026-03-11T21:25:02Z ali-vayani ali v

ali v (52bef326) at 11 Mar 21:25

Merge branch '67-letAdmissionGoNext' into 'master'

... and 1 more commit

tag:gitlab.com,2026-03-11:5194331473 ali v accepted merge request !209: Let admissions scroll through hackers + invite option is back (needs adjusting later) at Freetail Hackers / rodeo 2026-03-11T21:25:02Z ali-vayani ali v

Pre-flight checklist

  • I have passed the pre-commit hooks and the pipeline
  • I have tested my code on both desktop and mobile (320px wide)
  • If I have performed multiple migrations, I have squashed all of them into a single migration

Description

  • Readded the team invite + admin can filter through hackers now

  • Admissions work with prev and next

Closes #67

tag:gitlab.com,2026-03-11:5194331317 ali v approved merge request !209: Let admissions scroll through hackers + invite option is back (needs adjusting later) at Freetail Hackers / rodeo 2026-03-11T21:24:57Z ali-vayani ali v

Pre-flight checklist

  • I have passed the pre-commit hooks and the pipeline
  • I have tested my code on both desktop and mobile (320px wide)
  • If I have performed multiple migrations, I have squashed all of them into a single migration

Description

  • Readded the team invite + admin can filter through hackers now

  • Admissions work with prev and next

Closes #67

tag:gitlab.com,2026-03-11:5194328780 Brandon Shin deleted project branch 67-fix-navbar-on-mobile at Freetail Hackers / rodeo 2026-03-11T21:23:48Z brandonshin Brandon Shin

Brandon Shin (c9fc11f6) at 11 Mar 21:23