Skip to content

Commit 1675db0

Browse files
authored
Merge pull request #147 from BinaryStudioAcademy/145-chore-update-readme
chore: update README thjs-145
2 parents 8754ba7 + 88166af commit 1675db0

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

readme.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
[**Thread**]([email protected]:BinaryStudioAcademy/thread-js.git) - this is [SPA](https://medium.com/NeotericEU/single-page-application-vs-multiple-page-application-2591588efe58 'SPA') with a ready-made architecture and structure, a connected basic technology stack and start-up functionality, designed for individual practice of students.
66

7-
The main theme of the project is a social network similar to Twitter.
8-
97
The main idea of the project is to onboard students with our vision of how a real project should look like from the inside, and give them the opportunity to individually explore how the architecture and structure of the project works, see its possible configurations, try to deeply understand someone else's code.
108

119
### Useful Links
@@ -20,7 +18,7 @@ The main idea of the project is to onboard students with our vision of how a rea
2018

2119
## Technologies
2220

23-
The main frameworks and libraries used in the project are listed here. A complete list of technologies used for each part of the project is in the `package.json` files in the `client` and `server` folders.
21+
The main frameworks and libraries used in the project are listed here. A complete list of technologies used for each part of the project is in the `package.json` files in the `apps/frontend` and `apps/backend` folders.
2422

2523
### Global
2624

@@ -202,20 +200,20 @@ Examples:
202200
203201
## PS
204202
205-
The entire list of tasks can also be found on the [**Issues**](https://github.com/BinaryStudioAcademy/thread-js/issues) You can sort only usefull ones by `ready-for-student` label. These tasks are grouped with must-have(with current label) and optional.
203+
The entire list of tasks can be found on the [**Issues**](https://github.com/BinaryStudioAcademy/thread-js/issues) You can sort only usefull ones by `ready-for-student` label. These tasks are grouped with must-have(with current label) and optional.
206204
207205
## PAY ATTENTION!!!
208206
209-
The task will be considered completed if it is fully completed, the feature works, and whether exists the correct design following the `Development Flow` from your side. So to pass criteria include The PullRequest with direction to the default branch, proper naming of the branch, commis, PR title, and filled description of what was done here. Let's look at its implementation and evaluate whether the logic was distributed correctly in the project. This will show how much you understand the architecture. We will also comment on the code...
207+
The task will be considered completed if it is fully completed, the feature works, and whether the correct design following the `Development Flow` was implemented by you. So to pass criteria you should include The Pull Request with direction to the default branch, proper naming of the branch, commits, PR title, and filled description of what was done there. Let's look at its implementation and evaluate whether the logic was distributed correctly in the project. This will show how much you understand the architecture. We will also comment on the code...
210208
211-
The main result of the work can be determined by how deeply you were able to understand the project and understand it, and how far you have advanced in personal learning.
209+
The main result of the work can be determined by how deeply you were able to understand the project and how far you have advanced in personal learning.
212210
213211
## FAQ:
214212
215213
1. What frameworks, libraries and their features can be used?
216214
217-
Complete freedom of action, feel free, use whatever you want.
215+
Complete freedom of action, feel free to use whatever you want.
218216
219217
2. Is it possible to change the database (add columns, tables)?
220218
221-
It is possible, and in some tasks it is even necessary. To do this, you need to create new migrations. Existing migrations cannot be changed!!! Please do not forget it.
219+
It is possible, and in some tasks it is even necessary. To do this, you need to create new migrations. **Existing migrations cannot be changed!!!** Please do not forget it.

0 commit comments

Comments
 (0)