Upcoming IT Changes - Mon 28th Oct 0000 UTC (Part 2)

That works. But the regex style filters are not working as one would expect.

For example

^G[M,W,D,U,J]/|^OE/

would retour all spots for summits in GM, GW, GD, GU, GJ and OE.
But it does not :upside_down_face:

In sotl.as it works as expected:

The way it works:
^ = starts with
[A,B,C] any in the list matching
| is the logic OR

2 Likes

A fix for this is building now.

4 Likes

Impressive reaction time :muscle:

Now working :+1:

3 Likes

That’s just a standard thought in my mind for SOTA stuff… everyone seems to be so responsive!

I spent 35 years working in Tech… what I needed was all these SOTA apps people… instead I mostly got people who might get around to fixing a major fault in six months… .

Bravo folks.

7 Likes

To be fair, it was first reported to me about 2 days ago by Simon @G4TJC :smiley:

4 Likes

Thanks Josh! It seems to be working now.
Martin, AJ6CL

3 Likes

Many thanks Andrew for sorting this out so quickly, nice one.

1 Like

There’s now two options for monochrome and dark monochrome themes that build off the flatly theme, available under the settings gear (or should be once the build finishes).

If people want to suggest different colours, they need to go into their browser’s web development tools (eg, on Firefox, the Web Developers Console (F12) → Style Editor and play around with the css in there - there’s a 31 rule inline stylesheet that corresponds to the sheet for the spots page). It’s not nearly as simple to pick colors as it looks :smiley:

4 Likes

Me too, I suggest to take the Sotlas color scheme as the default. That one is well designed and offers clear visibility. It is also well introduced. Thanks.

73, Markus HB9DIZ

7 Likes

Could you just create a test summit reference i.e. tst/ts-001 or something that is obviously a test

1 Like

Btw Andrew is there a plan to utilize the QRT spot in a more useful way?

I would like to see a (default) option that previous spots (of the same callsign and summit) are hidden (or striked thru) when a QRT spot was placed.

Or even more general to show only the latest spot for the callsign + summit combo?
Because that is reflecting the actual state.

2 Likes

So there’s already a collapse spots option in the settings that may do what you want?

2 Likes

Probably it will be easier to just check for the words ā€œtestā€ and ā€œqrtā€ in the comment section and use them as the trigger. A special summit would be a way of handling it but as a programmer of many years who did a lot of Y2K work (wow 25 years ago!), I do remember the horror stories about old programs that used magic numbers to do things and the knock on consequences when modernising them. Typically it was COBOL programs from 60s onwards with dates of 99/99/9999 used to trigger things. Aside, I did write a COBOL ā€œHello, World!ā€ program for an ICL 1905S in 1984 but I avoided the language luckily.

The main reason for just contemplating this a little is that SMS spots cost money to receive and so increasing the number of SMS received does has a cost. It’s possible that if every activation had a QRT spot added then the cost could rise noticeably. I’d like to get an idea of what that cost maybe first. (Spots to the UK and US numbers are to a US hosted service so are treated as calling party pays and receiving party pays, spots to OE, ON, I, ZL remote spotters don’t have this charge). Andrew alluded to the fact that part of the update work lowers costs… not immediately as we keep some stuff running in parallel for the old API. We are possibly looking at removing 4 servers, 1 load balancer on our primary cloud system and a very expensive DB server on Azure over the coming months, a noticeable saving. So I don’t wont to go increasing the cost and spending more of your money without some research first.

4 Likes

Am I blind ? I donā€˜t see that option :grimacing:

1 Like

Show Expanded Spots is the option

1 Like

Expanded acticated = Show all?

But then it does not collate in a meaningfull way as seen in my screenshot example.
The spot before the QRT should not be in the list I guess as it got superseeded by the QRT spot.

1 Like

I’ll have to look at the logic. i think it collapses any spots that are the same summit and callsign in order. I don’t think it goes all the way down the list and collapses everything, like a threaded view

1 Like

I’ll have to check but I think my Lebara mobile doesn’t charge for texts to those countries so I could use one of those SMS gateways and SOTA won’t have to pay.

1 Like

If you can do that then why not. I’ve sent more SMS to test the system than using it in the last few years as my 4G internet connection seems to work everywhere in the UK. It was really solid all over Assynt the other week which surprised me considerably.

2 Likes

Posting an alert from a summit page doesn’t work (Submission failed: [object Object]). I think it may be because the Posted by field is empty and there is no way to enter anything there.

1 Like