https://github.com/abdo-reda/gamedesmap
https://github.com/abdo-reda/gamedesmap
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/abdo-reda/gamedesmap
- Owner: Abdo-reda
- Created: 2023-04-22T18:09:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T23:13:36.000Z (about 3 years ago)
- Last Synced: 2025-02-17T10:56:59.520Z (over 1 year ago)
- Language: PHP
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup:
* composer install
* npm install
* npm install vue
* npm install vue-loader
* npm install vue-router
* npm install @vitejs/plugin-vue
* setup tailwind
* update app.js + app.blade.php + web.php + vite.config.js + ...
* npm run dev
* php artisan serve
## TODO:
* Add a search functionality
* Use TypeScript everywhere
* Define the relations in the models and the fillable objects
* Edit and store new maps.
- the hover over the edit buttons
- make the description and extend area extend to the right as much as possible.
- also make sure that if no new date is sent then it uses the old data and doesn't replace it with null
- also add request validation for the controller actions
- return correct status codes and so on .. try and make it follow the restful conventions somewhat ..
- updated the current view with the returned data from the request !
- add an add functionality, a way to store new maps
- what about icons for maps and author images ... how will we handle those? manually? naaaaah maybe we have a default icon and image and we have to set it manually naaaah but ... naaah I odn't know