We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84a439 commit 3fb3267Copy full SHA for 3fb3267
exercises/legacy_create_video/README.md
@@ -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