From 8f446e339c67f08784372dd4cd2130c37550bc4b Mon Sep 17 00:00:00 2001 From: /SyntaxLexx Date: Sat, 24 Aug 2024 02:34:27 +0300 Subject: [PATCH] Update README.md Added a Todo-list + a developer reference section. --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/README.md b/README.md index 447d3de..57fcbb8 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ - [Prerequisites](#prerequisites) - [Installation](#installation) - [Running tests](#running-tests) +- [Developer Notes](#developer-notes) + - [Todos](#todos) - [Contributing](#contributing) - [Credits](#credits) - [Security Vulnerabilities](#security-vulnerabilities) @@ -102,6 +104,42 @@ The starter-kit uses **Pest** for testing. php artisan test ``` +## Developer Notes +### Todos +- [x] Landing page +- [x] Demo pages for layout stuff +- [x] Models -> typescript generator +- [ ] Blog +- [ ] Post + Comments +- [ ] Live-chat - Laravel Reverb + Echo +- [ ] Auth pages + - [ ] Login + - [ ] Register + - [ ] Reset password + - [ ] Social Login +- [ ] Admin + - [ ] Dashboard + - [ ] Posts mgmt + - [ ] Comments mgmt + - [ ] Users mgmt + - [ ] Profile mgmt + - [ ] Settings - Update .env + - [ ] Settings - Update SEO metadata + - [ ] Server info - Laravel Pulse +- [ ] Dashboard for Users + - [ ] Liked Posts + - [ ] Bookmarks + - [ ] Posts mgmt + - [ ] Comments + - [ ] Profile mgmt + +### Common Configuration files + Scripts +#### Supervisor +#### Laravel Pulse +#### Laravel Reverb +#### Scheduler +#### Common Laravel Commands + ## Contributing Thank you for considering contributing to the Laranext Starter Kit! We welcome contributions from the community.