news-catalyst / next-tinynewsdemo

Frontend for Tiny News Collective organizations
https://next-tinynewsdemo.vercel.app
1 stars 0 forks source link

Prevent empty and invalid section names #1303

Closed chelsea-tnc closed 1 year ago

chelsea-tnc commented 1 year ago

What this change does:

How to test:

In the future, we can add some more logic to prevent duplicates, etc. This particular fix is scoped to error handling only and preventing deployment issues due to bad data.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
staging-tiny-news-sites ✅ Ready (Inspect) Visit Preview Oct 14, 2022 at 9:29PM (UTC)
9 Ignored Deployments | Name | Status | Preview | Updated | | :--- | :----- | :------ | :------ | | **ang-diaryo** | ⬜️ Ignored ([Inspect](https://vercel.com/news-catalyst/ang-diaryo/9cjS8F8ZF1cUrZDZ2QKoGDaT3ySd)) | | Oct 14, 2022 at 9:29PM (UTC) | | **austin-vida** | ⬜️ Ignored ([Inspect](https://vercel.com/news-catalyst/austin-vida/u5j1RG3nyrrpEoU1NDTUjJE6TkQ2)) | | Oct 14, 2022 at 9:29PM (UTC) | | **black-by-god** | ⬜️ Ignored ([Inspect](https://vercel.com/news-catalyst/black-by-god/4ac9CnHYFmQWWj6YxgQqpUt8EG5A)) | | Oct 14, 2022 at 9:29PM (UTC) | | **five-wards-media** | ⬜️ Ignored ([Inspect](https://vercel.com/news-catalyst/five-wards-media/CTzMSZymg3hjSpHJKTcg7UzUVRHP)) | | Oct 14, 2022 at 9:29PM (UTC) | | **harvey-world-herald** | ⬜️ Ignored ([Inspect](https://vercel.com/news-catalyst/harvey-world-herald/F82EDEpN9tRH9Drz3h5JQNe9K1hC)) | | Oct 14, 2022 at 9:29PM (UTC) | | **next-tinynewsdemo** | ⬜️ Ignored ([Inspect](https://vercel.com/news-catalyst/next-tinynewsdemo/J9MaDTqNhTwSUi77ANoot5KzFtgM)) | | Oct 14, 2022 at 9:29PM (UTC) | | **spotlight-schools** | ⬜️ Ignored ([Inspect](https://vercel.com/news-catalyst/spotlight-schools/EKETgMgYDiXMWxEpb9XvudttzTGg)) | | Oct 14, 2022 at 9:29PM (UTC) | | **tiny-news-curriculum** | ⬜️ Ignored ([Inspect](https://vercel.com/news-catalyst/tiny-news-curriculum/2TjyZ7jit4oiuHX5ejmJhxwL3qB4)) | | Oct 14, 2022 at 9:29PM (UTC) | | **tiny-news-sites** | ⬜️ Ignored ([Inspect](https://vercel.com/news-catalyst/tiny-news-sites/34ZSXVtuNekLwMxjkSG412fmwW5q)) | | Oct 14, 2022 at 9:29PM (UTC) |
pdeharo333 commented 1 year ago

Tested locally but may need to check-in to main to test closer to the results in production. But, here are my results.

Results:

  1. Section with blank and space:
image
  1. Section with 'archive'

    image
  2. Section with 'archives'

    image
  3. Added a number and characters and it was able to be added. We could eventually add exceptions for this too

    image