build a very small web in python
Budget: $10 – $100 USD
Using a PythonAnywhere instance. Create a mobile friendly form to help a customer write review.
Summary
------------------
1.A review form that has a dropdown so you can choose which loan officer to review. After the loan officer is picked, then dynamically pull custom review links. Once they type in their review, and hit copy. Copy it to the clipboard so they can then just click the link and paste their review.
2. Have a drop down for review starters where we populate the box with a few review starters that they can edit.
3. Send an email letting them know which customer just submitted reviews. Save the text to a databased based on the name of the person doing the review.
4. . An administration form where loan officers can be added and the links to their reviews are saved.
--- Work Flow ---
1: admin will login
2: admin will add / edit / view / delete loan officers
3: admin will add / edit / view / delete links for loan officers
4: add / edit / view / delete review starters
5: make review form
6: you/owner send that link to customer
7: customer will select loan officer from drop down
8: based on selected loan officer, links will be shown there
9: customer will write review or select a review template from dropdown and can edit that.
10: customer will copy review and open link and submit reviews there
11. Customer name and email address will be entered and used to store the review in the database when click any of link but only once and send an email to the Loan officer that a review has been submitted.
Summary
------------------
1.A review form that has a dropdown so you can choose which loan officer to review. After the loan officer is picked, then dynamically pull custom review links. Once they type in their review, and hit copy. Copy it to the clipboard so they can then just click the link and paste their review.
2. Have a drop down for review starters where we populate the box with a few review starters that they can edit.
3. Send an email letting them know which customer just submitted reviews. Save the text to a databased based on the name of the person doing the review.
4. . An administration form where loan officers can be added and the links to their reviews are saved.
--- Work Flow ---
1: admin will login
2: admin will add / edit / view / delete loan officers
3: admin will add / edit / view / delete links for loan officers
4: add / edit / view / delete review starters
5: make review form
6: you/owner send that link to customer
7: customer will select loan officer from drop down
8: based on selected loan officer, links will be shown there
9: customer will write review or select a review template from dropdown and can edit that.
10: customer will copy review and open link and submit reviews there
11. Customer name and email address will be entered and used to store the review in the database when click any of link but only once and send an email to the Loan officer that a review has been submitted.