-
Notifications
You must be signed in to change notification settings - Fork 645
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
PDA bounty contracts rework #2967
base: master
Are you sure you want to change the base?
PDA bounty contracts rework #2967
Conversation
Finally, job postings in the newspaper. Frontier may yet recover from it's unemployment crisis |
Should largely be fine, but a timeout between bounties would be good. Fixed an issue with the write access check, privileges work as expected. Touched up the UI, entries should be smaller - went ahead with the button grid thing, it seems to look alright to my eye. Description is omitted entirely if empty, and names, vessels, and descriptions are given maximum lengths. I assume enough characters for a tweet is fine for a description. |
Alrighty. Took forever, but I think it's in a good enough place. Lists are now in reverse chronological order - newer posts show up at the top. Issues:
|
The actual solution to notifications is to move that control out of both the bounty system and news reader system and put it into the "OS" of the PDA screen itself, especially since both systems are now utilizing the in-built cartridge reader's functionality for the alerts. |
About the PR
Splits the PDA bounty contracts system into two, creating a board that is accessible to civilians as well as official station staff.
TODO:
[x] Change Notifications from PDAs to match the news article alert format for consistency
[ ] Allow civilian level access players to remove their own bounty entries
Why / Balance
Allow for better communication between players looking for better intercrew cooperation.
How to test
Load in as a contractor or other civilian role, create edit and delete your own bounties for job postings, shop advertisements, work orders and more.
Media
Requirements
Breaking changes
Changelog
🆑 whatston3