You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Architect and plan the project's MVP {Minimal Viable Product}.
Create the database and architect the basic schema / tables.
Create skeleton controllers + API routes that return basic mock data.
Ensure that the package installs and runs in 3rd-party Laravel installations, both v6.0 and Laravel 8.
[MVP] Viewing and Signing Contracts
Implement a full UI + backend for End-User guests viewing contracts.
Architect some way of programmitically letting the System know that either a {{Corporate Representative}} or the {{End-User Guest}} needs to fill out certain contract details.
Implement the filling out of Corporate details.
Implement the filling out of End-User details.
Implement the signing of the Contract by the end-users.
Implement the signing of the Contract by a Corporate Representative.
[MVP] Delivering Contracts to Users
Add functionality to queue any given contract to be emailed to any given email address in the Corporate Admin portal.
Generate the contract-signing invitation email.
Setup drivers for sending email (or use Laravel's if it has them these days).
Register contracts.phpexperts.pro with a 3rd party mail service (probably Amazon AWS).
Create a Laravel Command to mail the invitation email to the users, asynchronously.
The text was updated successfully, but these errors were encountered:
Planning:
[MVP] Web App Foundations
[MVP] Viewing and Signing Contracts
[MVP] Delivering Contracts to Users
The text was updated successfully, but these errors were encountered: