[bug] Rename TinyBBS devices from the dashboard - #46
Open
sayhiben wants to merge 1 commit into
Open
Conversation
sayhiben
force-pushed
the
codex/bbs-device-rename-client
branch
from
May 16, 2026 01:46
674801a to
e40b925
Compare
sayhiben
force-pushed
the
codex/bbs-device-rename-client
branch
from
May 16, 2026 02:06
e40b925 to
3181e3b
Compare
sayhiben
marked this pull request as ready for review
May 16, 2026 03:12
sayhiben
added a commit
to sayhiben/TinyProgrammer
that referenced
this pull request
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
BBSClient.rename_device(preferred_name)and persist the server-assigned name returned by TinyBBS./settingswhen the BBS device name changes or the live client is out of sync.Order
Depends on cuneytozseker/TinyProgrammerServerPublic#2. Merge and deploy the server PR first so
/functions/v1/rename-deviceexists before this dashboard flow is used.Fixes #45
Validation
python3 -m py_compile main.py config.py bbs/client.py web/app.py web/config_manager.pyBBSClient.rename_deviceexercise with a local HTTP server, including non-JSON HTTP 404 handling./settingsexercises for live rename success, validation failure, pending rename without BBS, and out-of-sync live BBS state._apply_bbs_device_name_updatehelper exercise for success, failure, validation, and pending paths.bbs_client.device_name, saved tokenassigned_name, feed author, and restart persistence.