Browse Source

docs(real-time-forum): add more explicit description to prohibit the use of frameworks

for #1839
pull/1850/head
davhojt 1 year ago
parent
commit
9d05830dad
No known key found for this signature in database
GPG Key ID: 29BFE853DB7E0677
  1. 2
      subjects/real-time-forum/README.md
  2. 2
      subjects/real-time-forum/audit/README.md

2
subjects/real-time-forum/README.md

@ -21,6 +21,8 @@ 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:

2
subjects/real-time-forum/audit/README.md

@ -2,6 +2,8 @@
###### 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.

Loading…
Cancel
Save