issues
search
talisraeli
/
dalap-angular
A platform for people to say unpopular opinions.
https://דלפ.ישראל
2
stars
2
forks
source link
Add opinion creation page
#3
Open
talisraeli
opened
1 year ago
talisraeli
commented
1 year ago
[ ] Add a new component for opinion creation page.
[ ] Create a new route for it (
/create
)
[ ] In the page, add a form with opinion content input field and a submission button at the end.
[ ] Add a text validation for the content input using the following Regex expression:
/(?!.*\s{2,}.*)^[a-zA-Zא-ת\d ]{8,128}$/g
[ ] Add an error message when the input is invalid or submission failed.
/create
)/(?!.*\s{2,}.*)^[a-zA-Zא-ת\d ]{8,128}$/g