Learning Laravel for Work Log
Work Log
I have begun development of Work Log in Laravel. It has been a while since I wrote code without understanding the framework, so development will likely be slow.
Completed tasks
- Initialized the project using Laravel’s Vue template.
- Created a nonfunctioning page to display a logbook.
Upcoming tasks
- Implement Book and Record models in the backend.
- Store and retrieve new Records in the Book controller.
- Manually test a user’s ability to write new entries.
Open source
I intend to research Tokio and understand how it waits for readiness. Hopefully this can uncover important details about my bug.