docs(forum&real-time-forum): adds restrictions for frontend libraries

these will be enforced in audits later, so that learners do not need to start their projects from scratch
This commit is contained in:
davhojt 2023-03-17 18:26:19 +02:00 committed by Dav Hojt
parent f5aca19620
commit 67e754a421
3 changed files with 4 additions and 4 deletions

View File

@ -84,6 +84,8 @@ For the forum project you must use Docker. You can read about docker basics in t
- [bcrypt](https://pkg.go.dev/golang.org/x/crypto/bcrypt)
- [UUID](https://github.com/gofrs/uuid)
> You must not use use any frontend libraries or frameworks like React, Angular, Vue etc.
This project will help you learn about:
- The basics of web :

View File

@ -21,8 +21,6 @@ As you already did the first forum you can use part of the code, but not all of
You will have only one HTML file, so every change of page you want to do, should be handled in the Javascript. This can be called having a [single page application](https://en.wikipedia.org/wiki/Single-page_application).
> You must not use use any frontend libraries or frameworks like React, Angular, Vue etc.
#### Registration and Login
To be able to use the new and upgraded forum users will have to register and login. This is premium stuff. The registration and login process should take in consideration the following features:
@ -77,6 +75,8 @@ As it is expected, the messages should work in real time, in other words, if a u
- [bcrypt](https://pkg.go.dev/golang.org/x/crypto/bcrypt)
- [UUID](https://github.com/gofrs/uuid)
> You must not use use any frontend libraries or frameworks like React, Angular, Vue etc.
This project will help you learn about:
- The basics of web :

View File

@ -2,8 +2,6 @@
###### Has the requirement for the allowed packages been respected? (Check the [allowed packages](../README.md))
###### Has the frontend part been implemented without the use of any frontend libraries or frameworks like React, Angular, Vue etc?
###### Do you need to register/login in the forum to use it?
##### Try registering as a new user.