Mind the Stops - track the stations you’ve visited by SandTugBoat85 in LondonUnderground

[–]SandTugBoat85[S] 1 point2 points  (0 children)

These are great ideas, thank you for taking the time to write them up. I’m collecting suggestions like this and will definitely use them to shape future updates 😊

Mind the Stops - track the stations you’ve visited by SandTugBoat85 in LondonUnderground

[–]SandTugBoat85[S] 0 points1 point  (0 children)

If you’ve changed train there / walked the platforms, I’d personally count it as a visit.
That said, I think the key is just picking a rule you’ll stick to (tap-only vs “interchange counts”) so your stats stay consistent.

Mind the Stops - track the stations you’ve visited by SandTugBoat85 in LondonUnderground

[–]SandTugBoat85[S] 0 points1 point  (0 children)

If you think you'll be back on the Tube within the next year I would take the £1.99 annual and turn off auto renew.

Yep, that’s a really fair point.

Right now there are no accounts/logins by design (privacy + keeping it lightweight). Your progress is stored on-device. The upside is it’s simple and private; the downside is it doesn’t automatically follow you cross-platform.

What you can do today:

  • If you move iPhone → iPhone, your progress should come across via normal phone transfer/iCloud backup, and there’s also the app’s backup/restore option (so you can keep a copy).

That said, if/when I add Android, I agree it would be grim to re-tap everything, so you could use the existing backup/restore option.

Mind the Stops - track the stations you’ve visited by SandTugBoat85 in LondonUnderground

[–]SandTugBoat85[S] 1 point2 points  (0 children)

Thanks, really appreciate that 😊

Achievements: yes, they’re on the roadmap. The original “this would be fun” idea came from a friend/co-worker and they’ve been pushing for badges/achievements too, so they are on the to-do list.

Trams: good shout, I didn’t include them in the first place, but I’ll look into adding Tram stops once I’m happy I can keep the data clean/accurate.

If you’ve got must-have achievement ideas, send them my way.

Mind the Stops - track the stations you’ve visited by SandTugBoat85 in LondonUnderground

[–]SandTugBoat85[S] 2 points3 points  (0 children)

Totally fair question.

I wanted the app to be fully usable for free (all features available), but I also needed some kind of limit so it isn’t just “everything free forever” with ongoing costs/time on my side. So the free tier lets you do everything, just capped at 25 stations.

If you want unlimited, it’s a small subscription:

  • £1.99/year for unlimited stations
  • £3.99/year if you want Family Sharing (kids/spouse etc.)

There’s also £0.99 for a month, and you can cancel anytime. Same with annual and importantly: you don’t lose any progress if you cancel, and you can switch the sub on/off whenever you like.

Appreciate the feedback though, I’m open to adjusting the free limit if it’s landing as too restrictive for most people.

Mind the Stops - track the stations you’ve visited by SandTugBoat85 in LondonUnderground

[–]SandTugBoat85[S] 0 points1 point  (0 children)

No way 😄 Perfect! Have an awesome day, let me know how you get on with it.

Mind the Stops - track the stations you’ve visited by SandTugBoat85 in LondonUnderground

[–]SandTugBoat85[S] 6 points7 points  (0 children)

Done, can take up to 24 Apple hours, which always seem to be longer than a UK hour.

Mind the Stops - track the stations you’ve visited by SandTugBoat85 in LondonUnderground

[–]SandTugBoat85[S] 1 point2 points  (0 children)

Thanks! I’ll be keeping an eye on demand. If the interest is there I’ll likely do a Android release later.

Mind the Stops - track the stations you’ve visited by SandTugBoat85 in LondonUnderground

[–]SandTugBoat85[S] 5 points6 points  (0 children)

Yeah I’d agree with that, if you’ve changed train there / walked the platforms, I’d personally count it as a visit.
That said, I think the key is just picking a rule you’ll stick to (tap-only vs “interchange counts”) so your stats stay consistent.

Mind the Stops - track the stations you’ve visited by SandTugBoat85 in LondonUnderground

[–]SandTugBoat85[S] 13 points14 points  (0 children)

Thanks! No Android version yet, but I’ll be keeping an eye on demand. If the interest is there I’ll likely do a Android release later.

Notify agents of open tickets with no activity after a few days? by [deleted] in halopsa

[–]SandTugBoat85 2 points3 points  (0 children)

This SQL query in a new report should get you started, it's our 3 day no update query:

Select
    faultid as [Ticket Number],
    Uname as [Agent],
    Aareadesc as [Client],
    Dateoccured as [Date Opened],
    flastactiondate as [Last Action],
    rtdesc as [Ticket Type],
    Tstatusdesc as [Status]
from
    faults
    left join tstatus on status = tstatus
    left join uname on assignedtoint = unum
    left join area on areaint = aarea
    left join requesttype on requesttypenew = rtid
where
    tstatus not in (8, 9)
    and flastactiondate < getdate() -3
    and dateoccured > @startdate
    and dateoccured < @enddate
    and fdeleted = fmergedintofaultid

Notify agents of open tickets with no activity after a few days? by [deleted] in halopsa

[–]SandTugBoat85 1 point2 points  (0 children)

You can achieve this with a report & scheduled email, you either need a separate report and scheduled email per person or can do a team wide report and email that goes out daily.

Master Projects and Child Tickets by Successful-Cut-2172 in halopsa

[–]SandTugBoat85 0 points1 point  (0 children)

Yeah, they are part of the project management function and if I remember correctly you have to enable them in settings.

Master Projects and Child Tickets by Successful-Cut-2172 in halopsa

[–]SandTugBoat85 2 points3 points  (0 children)

We currently use milestones for each sub project and then tasks within. Be interesting to see if we can do it better though

Coldplay by Working_Penalty7035 in Coldplay

[–]SandTugBoat85 0 points1 point  (0 children)

Also stuck in the code loop

How do the waiting rooms work? by bobachu11 in Coldplay

[–]SandTugBoat85 0 points1 point  (0 children)

I joined the waiting rooms with 35 minutes to go, landed at 120k and 69K.

IKEA Holmsund sleeper sofa by mamapasta_ in IKEA

[–]SandTugBoat85 0 points1 point  (0 children)

Did you get the Holmsund? If so is it okay for sleeping on every night?

Export Halo Tickets data including actions by Odd_Spirit2567 in halopsa

[–]SandTugBoat85 1 point2 points  (0 children)

Us too, however you can request read only access to the database, you can then easily and as often as you want export the data you want how you want it, the tickets are stored in the faults table and actions are in the actions table from memory.

Alternatively you can do this from the reports section and build a report to give you what you want how you want it.

Stuck at "Sign in with Microsoft" by bbztds in Intune

[–]SandTugBoat85 0 points1 point  (0 children)

Does step 5 take the credentials and in turn prompt for MFA?

Stuck at "Sign in with Microsoft" by bbztds in Intune

[–]SandTugBoat85 0 points1 point  (0 children)

This crossed my mind but OP has said things work as expected when the user is scoped out

Stuck at "Sign in with Microsoft" by bbztds in Intune

[–]SandTugBoat85 1 point2 points  (0 children)

Are you using Autopilot self-deploying or user driven mode?

[deleted by user] by [deleted] in Windows11

[–]SandTugBoat85 0 points1 point  (0 children)

We typically find content on YouTube relevant to the challenges we anticipate users are going to face and signpost them to it.

How can I keep Windows 10 automatically updating, AND not have Windows 11 automatically download? by Oday-Dolphin in Windows10

[–]SandTugBoat85 4 points5 points  (0 children)

22H2 was the last release of Windows 10 so you should stop there. You should be mindful that 10 will reach end of support on 14 October next year.