Skip to content

Commit 3fb3267

Browse files
committed
feat(legacy-create-video): Add README
1 parent c84a439 commit 3fb3267

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Legacy create video
2+
3+
Try to add new features to the legacy code
4+
5+
## User story
6+
7+
There is an HTTP API endpoint to create Codely videos.
8+
When creating videos, we want to ensure that:
9+
10+
- The words "frontend", "Frontend" and "front-end" must be
11+
transformed to "Front-end".
12+
- If the title contains any whitespace at the beginning or
13+
the end, it must be removed.
14+
- If the title contains a final dot, it must be removed.
15+
16+
## Exercise
17+
18+
Available languages:
19+
20+
- [PHP Symfony](base/php-symfony/README.md)

0 commit comments

Comments
 (0)