Skip to content

Commit fef52ed

Browse files
committed
Update docs
1 parent 88639e5 commit fef52ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Overview
44

55
The classified platform such as Craigslist or Avito that provides the opportunity for peer-to-peer exchanges of goods
6-
and services. The project was done as part of one of my university courses.
6+
and services. The project was done as part of one of my university courses
77

88
<img src="docs/overview-arch.png" width="600" alt="overview-arch"/>
99

@@ -163,6 +163,7 @@ Parsing gets offers from youla.ru to fill in the contents of my service
163163
### Moderation
164164

165165
Moderation Worker requests all offers with the `OnModeration` status from the REST API (in batches, with some delay) and
166-
then updating offer statuses to Active or Banned if any violations are detected
166+
then updating offer statuses to Active or Banned if any violations are detected. It would be better to use some message
167+
queue here, but to simplify I decided to implement such a scheme
167168

168169
<img src="docs/moderation-arch.png" width="450" alt="moderation-arch"/>

0 commit comments

Comments
 (0)