feat: tactical alerts #2607

Merged
Sainan merged 9 commits from AMelonInsideLemon/SpaceNinjaServer:goal-dog-days into main 2025-08-13 07:13:07 -07:00

Includes all Tactical Alerts since Star Chart 3.0 with exception:
Snowday Showdown
Wolf Hunt (2019) (couldn't find corresponded EventNode for that)
Void Corruption (that's goes into Alerts)
All Warframe's Anniversary

Re #1103

Includes all `Tactical Alerts` since Star Chart 3.0 with exception: `Snowday Showdown` `Wolf Hunt (2019)` (couldn't find corresponded `EventNode` for that) `Void Corruption` (that's goes into `Alerts`) All `Warframe's Anniversary` Re #1103
Sainan reviewed 2025-08-11 11:28:23 -07:00
@ -76,2 +76,4 @@
"plagueStarOverride": null,
"starDaysOverride": null,
"waterFightOverride": null,
"waterFightRewardsOverride": null,
Owner

I don't love the use of codenames in the config, as it's still meant to be somewhat user-facing.

I don't love the use of codenames in the config, as it's still meant to be somewhat user-facing.
Sainan marked this conversation as resolved
Owner

Also a minor thing is that RegularCredits should be deleted when transforming message database to client since that's definitely not a real field (the credit reward is likely not even given via the inbox message)

Also a minor thing is that `RegularCredits` should be deleted when transforming message database to client since that's definitely not a real field (the credit reward is likely not even given via the inbox message)
Author
Member

If that not real field then why i see it on https://api.warframe.com/api/inbox.php?

If that not real field then why i see it on https://api.warframe.com/api/inbox.php?
Owner

Oh nvm, I guess I was looking at the wrong log.

Oh nvm, I guess I was looking at the wrong log.
Sainan approved these changes 2025-08-11 12:38:54 -07:00
Dismissed
AMelonInsideLemon changed title from feat: dog days to feat: tactical alerts 2025-08-12 00:39:23 -07:00
Owner

Merge conflict, could you please rebase

Merge conflict, could you please rebase
Contributor

Sorry to bother you, but would you consider adding Thermia Fractures? Thank you so much.

Sorry to bother you, but would you consider adding Thermia Fractures? Thank you so much.
AMelonInsideLemon force-pushed goal-dog-days from 72572f2c47 to 6b3aa11ec1 2025-08-12 08:34:55 -07:00 Compare
Author
Member

Merge conflict, could you please rebase

Done

> Merge conflict, could you please rebase Done
Sainan reviewed 2025-08-12 08:45:30 -07:00
@ -1403,2 +1404,3 @@
...staticWorldState,
SyndicateMissions: [...staticWorldState.SyndicateMissions]
SyndicateMissions: [...staticWorldState.SyndicateMissions],
InGameMarket: staticWorldState.InGameMarket
Owner

This is not creating a copy, so every single request to the worldState endpoint where this array is mutated persists those changes.

This is not creating a copy, so every single request to the worldState endpoint where this array is mutated persists those changes.
Sainan marked this conversation as resolved
Sainan dismissed Sainan’s review 2025-08-12 08:46:03 -07:00
Contributor

Typo in comments (present in a couple of more places, than the screenshot). Incompatible*

Typo in comments (present in a couple of more places, than the screenshot). `Incompatible`*
Contributor

Uhhh, should we maybe just have the year load from a |YEAR| value? Because otherwise we end up with that, having identical strings with different years, resulting into (probably-)pointless extra strings.

Uhhh, should we maybe just have the year load from a |YEAR| value? Because otherwise we end up with that, having identical strings with different years, resulting into (probably-)pointless extra strings.
AMelonInsideLemon added 1 commit 2025-08-12 09:41:10 -07:00
data-loc-year
All checks were successful
Build / build (pull_request) Successful in 56s
344e37db01
Sainan reviewed 2025-08-12 09:52:13 -07:00
Sainan approved these changes 2025-08-12 10:46:33 -07:00
Sainan added 1 commit 2025-08-12 10:48:42 -07:00
fix doubled colons
All checks were successful
Build / build (pull_request) Successful in 1m1s
6235b87561
Sainan added 1 commit 2025-08-12 10:53:03 -07:00
use warning icon for incompatibility notes
Some checks failed
Build / build (pull_request) Failing after 51s
6688a97184
Sainan added 1 commit 2025-08-12 10:53:34 -07:00
prettier
All checks were successful
Build / build (pull_request) Successful in 1m0s
411d8d1950
Sainan merged commit fd2ec696a0 into main 2025-08-13 07:13:07 -07:00
Sainan deleted branch goal-dog-days 2025-08-13 07:13:10 -07:00
Sign in to join this conversation.
No description provided.