Skip to content

chore: migrate countdown-timer to standalone repo#869

Open
nicomiguelino wants to merge 1 commit into
masterfrom
chore/remove-countdown-timer
Open

chore: migrate countdown-timer to standalone repo#869
nicomiguelino wants to merge 1 commit into
masterfrom
chore/remove-countdown-timer

Conversation

@nicomiguelino

@nicomiguelino nicomiguelino commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

User description

Removes source files from edge-apps/countdown-timer and redirects to Screenly/countdown-timer-app. Closes #824.


PR Type

Other, Documentation


Description

  • Remove in-repo countdown timer implementation

  • Delete countdown timer manifests

  • Redirect documentation to standalone repository


Diagram Walkthrough

flowchart LR
  playground["Playground monorepo"]
  countdown["Countdown timer files"]
  standalone["Screenly/countdown-timer-app"]
  docs["Repository documentation"]
  playground -- "removes" --> countdown
  countdown -- "migrates to" --> standalone
  docs -- "links users to" --> standalone
Loading

File Walkthrough

Relevant files
Miscellaneous
4 files
main.js
Remove countdown timer application script                               
+0/-302 
common.css
Remove shared countdown timer styles                                         
+0/-309 
styles.css
Remove countdown timer component styles                                   
+0/-383 
index.html
Remove countdown timer HTML entrypoint                                     
+0/-81   
Documentation
2 files
README.md
Update countdown timer repository link                                     
+1/-1     
README.md
Replace app docs with migration notice                                     
+2/-61   
Configuration changes
2 files
screenly.yml
Remove production Screenly app manifest                                   
+0/-77   
screenly_qc.yml
Remove QC Screenly app manifest                                                   
+0/-77   

- remove source files from edge-apps/countdown-timer
- redirect README to Screenly/countdown-timer-app
- update root README entry
@github-actions

github-actions Bot commented Jun 26, 2026

Copy link
Copy Markdown

PR Reviewer Guide 🔍

(Review updated until commit eedcd38)

Here are some key observations to aid the review process:

🎫 Ticket compliance analysis ✅

824 - PR Code Verified

Compliant requirements:

  • Remove the in-repository countdown timer app implementation from Playground.
  • Point users to the standalone repository at Screenly/countdown-timer-app.

Requires further human verification:

  • Confirm the standalone Screenly/countdown-timer-app repository contains the migrated app files and manifests.
⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No major issues detected

@github-actions

Copy link
Copy Markdown

PR Code Suggestions ✨

No code suggestions found for the PR.

@nicomiguelino nicomiguelino marked this pull request as ready for review June 27, 2026 05:06
@github-actions

Copy link
Copy Markdown

Persistent review updated to latest commit eedcd38

@github-actions

Copy link
Copy Markdown

PR Code Suggestions ✨

No code suggestions found for the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: migrate edge-apps/countdown-timer to standalone repo (Screenly/countdown-timer-app)

1 participant