Condensed Sodium
2020-12-10 #projects #personal #client #status #web #rustA Client Status web app.
- Rocket
- Diesel
- TailwindCSS
- Translatable.
- Contacts: * Name * Phone * Email * Company
- Clients are basically groups of contacts + interactions.
- Interaction can be marked as "Successful" or "Waiting".
- Files can be attached to interactions.
- Dashboard shows all clients with their statuses.
+----------------------------------+
| +-----------+ +----------------+ |
| | Client 1 | | Client 2 | |
| | No issues | | Await response | |
| +-----------+ +----------------+ |
+----------------------------------+
"Await response" is the text of the interaction.
+----------------------------------+
| Client 2 [ See Contacts ] |
| |
| New interaction: |
| [ ] |
| [ ] |
| [ ] |
| [ Await ] [ Success ] |
| |
| Previous interactions: |
| * DATE - Asked if this works ! |
| * DATE - Await response ? |
+----------------------------------+
"Previous interactions" goes from the oldest to the newest results.