Skip to content
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

chore: Remove Triptychs #2203

Merged
merged 3 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ npm-debug.log
/priv/local.json
/priv/local_pending.json
/priv/signs_ui_config.json
/priv/triptych_player_to_screen_id.json

# local environment variables
/priv/local.env
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Some examples of the various client apps, as of January 2023:
| [Multimodal LCD][solari sample] | used at high-traffic transfer stations served by many routes/modes |
| [Pre-fare duo LCD][pre_fare sample] | posted outside of fare gates at rapid transit stations; content is split across two portrait-oriented 1080p physical displays |
| ["Digital Urban Panel" LCD][dup sample] | content appears in rotation with ads on screens posted outside rapid transit station entrances |
| Triptych trio LCD | (:construction: WIP!) posted across the tracks from platforms at major stations; content is split across three portrait-oriented 1080p physical displays and appears in rotation with ads |

and more to come!

Expand All @@ -28,11 +27,11 @@ On <sup>almost</sup> all of our screen types, we use a common "framework" to fet

Check out [ARCHITECTURE.md](/ARCHITECTURE.md) for an overview of the application architecture, as well as links to further more detailed documentation.

## Packaging the DUP and Triptych apps
## Packaging the DUP app

The DUP and Triptych screens require the client app to be packaged into a single HTML file rather than dynamically served from our Phoenix server.
The DUP screens require the client app to be packaged into a single HTML file rather than dynamically served from our Phoenix server.

You can find instructions on the DUP packaging process [here](assets/src/components/v2/dup/README.md), the triptych packaging process [here](assets/src/components/v2/triptych/README.md).
You can find instructions on the DUP packaging process [here](assets/src/components/v2/dup/README.md).

## Version upgrade guide

Expand Down
69 changes: 0 additions & 69 deletions assets/css/triptych_v2.scss

This file was deleted.

160 changes: 0 additions & 160 deletions assets/css/v2/train_crowding.scss

This file was deleted.

8 changes: 0 additions & 8 deletions assets/css/v2/triptych/debug.scss

This file was deleted.

22 changes: 0 additions & 22 deletions assets/css/v2/triptych/evergreen.scss

This file was deleted.

11 changes: 0 additions & 11 deletions assets/css/v2/triptych/no_data.scss

This file was deleted.

7 changes: 0 additions & 7 deletions assets/css/v2/triptych/screen/full_screen.scss

This file was deleted.

25 changes: 0 additions & 25 deletions assets/css/v2/triptych/screen_container.scss

This file was deleted.

Loading
Loading