Skip to main content

Seed Service Ratings mircoservice

Project description

Service Rating is built around two models: Invites and Ratings.

If you want the user to rate the service they received, you first create an Invite for them. The user then gets sent a message to invite them to rate the service they received.

When the user rates the service they received, the feedback they provide is stored in Ratings. A Rating is created for each question they answered, and it stores the question and the answer in the model.

Invite creation typically happens via a POST request to the /invite endpoint.

When a user has completed their service rating by answering all the questions, their Invite field completed should be set to True to prevent sending additional invitations.

A special endpoint /invite/send should be hit in order to send all the invites that need to go out. Hitting this endpoint activates the SendInviteMessages task, which in turn activates the task that sends out the individual invite messages. This can be automated by adding a schedule to the scheduler that hits the endpoint at predetermined times (typically it could hit the endpoint once every weekday)

Some environment variables to take note of (see settings.py):

  • TOTAL_INVITES_TO_SEND: The number of messages that will be sent to invite users to rate their service.

  • DAYS_BETWEEN_INVITES: The number of days to wait between sending invite messages to users.

  • INVITE_TEXT: The invite message to be sent to the user.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seed-service-rating-0.9.1.tar.gz (15.6 kB view details)

Uploaded Source

Built Distribution

seed_service_rating-0.9.1-py2.py3-none-any.whl (21.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file seed-service-rating-0.9.1.tar.gz.

File metadata

File hashes

Hashes for seed-service-rating-0.9.1.tar.gz
Algorithm Hash digest
SHA256 4254a41afdf6b8b0449d864f08165bdcfa8c610ed5f1124ff5605ad4685fd5b5
MD5 f344482201b45c36f0b220a6a02953e3
BLAKE2b-256 3ef30a6f8af6abcf0e429d4412de7c81a05390f42691cb2ab1cbf05d7c1b6b53

See more details on using hashes here.

File details

Details for the file seed_service_rating-0.9.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for seed_service_rating-0.9.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 97f0dce84242a8a035e80e183df708638153397c63aed98d6ccb0b98a87816ef
MD5 2928b1fdec37c498730cca92c58b9d75
BLAKE2b-256 0c3b0fd8c83af0dcae2d68cc450412bfee3283726eb3ec6f0ffe2bd68bc81002

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page