Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop - Project Conclusion #1

Open
wants to merge 208 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
208 commits
Select commit Hold shift + click to select a range
8713929
feat: add laravel new project structure - v1.0
MrWillian Feb 17, 2020
495fa68
docs: add database modeling in pdf
MrWillian Feb 17, 2020
6f9d5ee
style: add css file and background image for login
MrWillian Feb 18, 2020
4094516
chore: add login views (index, layout and partials)
MrWillian Feb 18, 2020
dfaf7cc
chore: add artisan UI for vue with make auth
MrWillian Feb 18, 2020
c6882e2
chore: remove UI and auth resources
MrWillian Feb 18, 2020
0f237fb
chore: add dashboard views
MrWillian Feb 18, 2020
6830385
style: add dashboard css
MrWillian Feb 18, 2020
b483eff
style: change border card color on login css
MrWillian Feb 18, 2020
bda96ba
refactor: change method view name
MrWillian Feb 18, 2020
e57ec2d
chore: add DashboardController
MrWillian Feb 18, 2020
53d17f2
chore: add routes
MrWillian Feb 18, 2020
b18c266
chore: add index content for dashboard
MrWillian Feb 18, 2020
4edde53
style: add styles for header and content dashboard
MrWillian Feb 18, 2020
44d7dff
style: add changes on shadow of content elements in cards of overview
MrWillian Feb 18, 2020
9b537fd
refactor: add album and artist views
MrWillian Feb 19, 2020
27d785d
style: add artist and album css
MrWillian Feb 19, 2020
b1437f8
style: add white color on active tab in tabs-menu
MrWillian Feb 19, 2020
073317f
refactor: add Artist and Album Model (with migrations, seeds, factori…
MrWillian Feb 19, 2020
0bdd63f
style: add styles for form to create a new Artist
MrWillian Feb 19, 2020
8f936b9
refactor: add view for new artist; comment scripts of bootbox modal
MrWillian Feb 19, 2020
f76379b
refactor: add method for new artist view
MrWillian Feb 19, 2020
6da0167
refactor: add route for new artist view
MrWillian Feb 19, 2020
fca987c
refactor: change inputs on artist form
MrWillian Feb 20, 2020
caffb98
refactor: add button to new album view
MrWillian Feb 20, 2020
0e37f46
refactor: add album form with table musics
MrWillian Feb 20, 2020
491e22d
refactor: add scripts to get file name in files inputs of new album view
MrWillian Feb 20, 2020
45fe2fe
style: add styles in new album view
MrWillian Feb 20, 2020
db11edc
refactor: add new album view method
MrWillian Feb 20, 2020
5b3e9e6
refactor: add route for new album view
MrWillian Feb 20, 2020
fdf4a4e
refactor: add new artist button on artists table
MrWillian Feb 20, 2020
19549ae
refactor: add columns in artists table (migration)
MrWillian Feb 20, 2020
92182ed
refactor: add columns in albuns table (migration)
MrWillian Feb 20, 2020
092103a
refactor: add Music Model with Migration, Factory, Seed and Controller
MrWillian Feb 20, 2020
14c6f94
refactor: add Base Repository
MrWillian Feb 20, 2020
f673d30
refactor: add Artist Repository
MrWillian Feb 20, 2020
c023bdb
refactor: add Album Repository
MrWillian Feb 20, 2020
441d588
refactor: add Music Repository
MrWillian Feb 20, 2020
589024c
refactor: add accent on Album text in views
MrWillian Feb 20, 2020
53fcd33
refactor: rename albums table to albuns table
MrWillian Feb 20, 2020
ca9f050
refactor: change on foreign key albuns name
MrWillian Feb 20, 2020
f3c3e64
refactor: add table name on Model
MrWillian Feb 20, 2020
1dc2af6
refactor: add default string length (191) to strings columns in database
MrWillian Feb 20, 2020
604b541
refactor: add api routes for Models (Artist, Album and Music)
MrWillian Feb 20, 2020
f034234
refactor: add image file configs
MrWillian Feb 20, 2020
0ec2369
refactor: add methods for Update and delete in artist repository
MrWillian Feb 20, 2020
6d8daac
refactor: add methods in artist controller to call respositories meth…
MrWillian Feb 20, 2020
7fe91e0
refactor: add uploads folder in app/public
MrWillian Feb 20, 2020
d9f3065
refactor: config filesystems to upload images
MrWillian Feb 20, 2020
929741f
chore: add scroll on albuns table
MrWillian Feb 23, 2020
d1007b9
chore: change the create form to be a container with all inputs in page
MrWillian Feb 23, 2020
58fd39b
chore: final changes in buttons of Edit, View and Remove
MrWillian Feb 23, 2020
56112d0
chore: remove the form to add the include of it
MrWillian Feb 23, 2020
1cf3303
chore: replace the create form to a separated blade, that now is edit…
MrWillian Feb 23, 2020
2ce4735
chore: add scripts in global footer-scripts with the ajax methods to …
MrWillian Feb 23, 2020
c9dbc83
style: changes on container style to accept the form with the global …
MrWillian Feb 23, 2020
853dbcf
style: add modal styles and animate on show it
MrWillian Feb 23, 2020
d8f0368
chore: add fields in fillable array
MrWillian Feb 23, 2020
35ef5e9
chore: add methods in Artist repository: new, update, delete, listArt…
MrWillian Feb 23, 2020
605ffd3
chore: add methods in Album Repository: new, update and destroy
MrWillian Feb 23, 2020
4ad97a1
chore: add methods in Music Repository: new and destroy
MrWillian Feb 23, 2020
4947098
chore: inserction AlbumRepository in AlbumController
MrWillian Feb 23, 2020
434ef6e
chore: inserction MusicRepository in MusicController
MrWillian Feb 23, 2020
e038620
chore: inserction ArtistRepository in ArtistController with last adju…
MrWillian Feb 23, 2020
8a720fa
chore: add album layout and separated album-script
MrWillian Feb 23, 2020
8e16554
chore: add artist layout and separated artist-script
MrWillian Feb 23, 2020
7938e5f
chore: add fillable array for fields
MrWillian Feb 25, 2020
da82472
chore: comment inputMusic on change when add mp3 archive
MrWillian Feb 25, 2020
22006b6
chore: change layout for artists-layout
MrWillian Feb 25, 2020
afca5ff
chore: add input file mp3 archive in table
MrWillian Feb 26, 2020
f50df40
chore: change layout to albuns-layout
MrWillian Feb 26, 2020
d6166b9
style: add styles in changed class names (album_images)
MrWillian Feb 26, 2020
6cc4720
chore: add filename to fillable array and add relationships with arti…
MrWillian Feb 26, 2020
1a1a32f
chore: add try catch in newMusic method
MrWillian Feb 26, 2020
1965a41
chore: add saveMusic method to fast access in newMusic repository method
MrWillian Feb 26, 2020
0fce7f6
chore: add fillable array with fields of table
MrWillian Feb 26, 2020
6e379c5
chore: change var name of artists list in index method
MrWillian Feb 26, 2020
4589496
chore: add foreach with list of albuns
MrWillian Feb 26, 2020
0a38e41
chore: add width and height for img_album class
MrWillian Feb 26, 2020
9d865a5
chore: add store method changes
MrWillian Feb 26, 2020
5cbae71
chore: add listAlbuns methods with list of albuns and artist
MrWillian Feb 26, 2020
aac000b
chore: add list of artists route
MrWillian Feb 26, 2020
23282bf
chore: comment depreciated code and input null condition
MrWillian Feb 26, 2020
793db96
chore: remove unused method and add artist id dynamic in store method
MrWillian Feb 26, 2020
0dfa0a7
chore: change layout and add modal of artists selection
MrWillian Feb 26, 2020
c8ba17d
chore: add artist id hidden input
MrWillian Feb 26, 2020
37189af
chore: add modal actions and replace to new album page with artist id
MrWillian Feb 26, 2020
57952f5
chore: add new album action button in artists table
MrWillian Feb 26, 2020
11bdfcd
style: add modal and select artist button styles
MrWillian Feb 26, 2020
960f2a7
style: change td actions buttons size
MrWillian Feb 26, 2020
036b37a
chore: add on delete cascade in artists_id
MrWillian Feb 26, 2020
0b9c169
chore: add on delete cascade in album_id
MrWillian Feb 26, 2020
64697fa
chore: add id and class on remove button
MrWillian Feb 26, 2020
e0bce8b
chore: add id and class on remove button
MrWillian Feb 26, 2020
4c1d124
chore: add separated view to new album form
MrWillian Feb 26, 2020
8023d60
chore: remove duplicate id assignment to form
MrWillian Feb 26, 2020
8821359
chore: add include to form view
MrWillian Feb 26, 2020
97e6d2c
chore: add modal edit album and edit button
MrWillian Feb 26, 2020
72b68c6
chore: add album belongsTo method
MrWillian Feb 26, 2020
4d28a67
chore: white spaces
MrWillian Feb 26, 2020
dc7ea37
chore: add id @param in update method
MrWillian Feb 26, 2020
b7a5f13
chore: change header to responsive bootstrap classes
MrWillian Feb 28, 2020
3e56baa
chore: change bootstrap js version
MrWillian Feb 28, 2020
298fef0
chore: add new artist link and new albuns indicate
MrWillian Feb 28, 2020
734822b
style: add media querys to 1200px, 960px and 800px adjusting tab and …
MrWillian Feb 28, 2020
a51e355
chore: add save music route
MrWillian Feb 28, 2020
6af9049
style: add container-form size and margin
MrWillian Feb 28, 2020
2903c57
style: add media query to change flex-direction of form in 600px - re…
MrWillian Feb 28, 2020
8caa739
style: add shadow to group albuns statics icon
MrWillian Feb 28, 2020
db6dc90
chore: add method to remove music clicking on tr
MrWillian Feb 28, 2020
aaf9bc2
chore: change remove music event to title music td
MrWillian Feb 28, 2020
b07adc5
chore: last changes to insert music on album edition
MrWillian Feb 28, 2020
197357e
chore: remove archive for fillable array
MrWillian Feb 28, 2020
06b9579
chore: add nullable on archive field
MrWillian Feb 28, 2020
0b89ec9
fix: keep selection artists empty before fill
MrWillian Mar 1, 2020
91c4ff6
fix: keep musics table empty before fill
MrWillian Mar 1, 2020
ba175a2
chore: add api messages in cache (success or error) to alert
MrWillian Mar 1, 2020
32f85f0
chore: add alert messages for API
MrWillian Mar 1, 2020
3f7be61
style: change close modal class name
MrWillian Mar 1, 2020
0ad7f58
chore: add api messages in Cache
MrWillian Mar 1, 2020
31b2643
chore: add archive field to fillable array
MrWillian Mar 1, 2020
9b76b1f
chore: add verification of null value to archive fiel in save music m…
MrWillian Mar 1, 2020
2198800
chore: add order by in listAlbuns method
MrWillian Mar 1, 2020
7600343
docs: composer-lock change after composer update
MrWillian Mar 2, 2020
a2a6ab8
chore: add API messages to cache
MrWillian Mar 2, 2020
f1e55bb
docs: add database configs
MrWillian Mar 2, 2020
a71a446
style: white space
MrWillian Mar 3, 2020
6a62a06
chore: add toastr minified javascript
MrWillian Mar 3, 2020
e8f55d3
chore: add toastr minified javascript
MrWillian Mar 3, 2020
479ee9e
style: add container padding top and bottom; change class close to cl…
MrWillian Mar 3, 2020
91ed3d1
style: add margin bottom to container
MrWillian Mar 3, 2020
4064188
test: remove example Laravel test
MrWillian Mar 3, 2020
64d1229
test: add ViewTest class to views system testing
MrWillian Mar 3, 2020
d79f2b8
docs: add Dockerfile with php:7.1 image
MrWillian Mar 3, 2020
d532c1a
docs: add docker-compose with app and mysql
MrWillian Mar 3, 2020
1344533
docs: add run/var (paste to storage data of mysql)
MrWillian Mar 3, 2020
01b6fef
docs: add DB_PASSWORD to password in mysql
MrWillian Mar 3, 2020
688f974
docs: add UID 1000
MrWillian Mar 3, 2020
f452d60
docs: add run/var (paste to storage data of mysql)
MrWillian Mar 3, 2020
6fabafb
refactor: add order by id desc in artists list
MrWillian Mar 4, 2020
d9412ab
docs: white space
MrWillian Mar 4, 2020
cda5568
docs: add storage volume
MrWillian Mar 4, 2020
08cd1a9
refactor: add bar (/) in image artists url
MrWillian Mar 4, 2020
50a8d77
refactor: debuging storage disk public
MrWillian Mar 4, 2020
0064304
docs: change public disk url to storage uploads
MrWillian Mar 4, 2020
f4975a8
refactor: add required to name artist input
MrWillian Mar 4, 2020
b974eed
docs: comment api middleware
MrWillian Mar 4, 2020
6153ee3
docs: add mysql container confs
MrWillian Mar 4, 2020
313c60f
docs: add uploads.ini in php container to upload max file size = 100M
MrWillian Mar 4, 2020
18594dc
docs: add volume to change mysql conf
MrWillian Mar 4, 2020
9c11ea0
chore: change musics title size to 255
MrWillian Mar 4, 2020
ba93ab4
docs: add post max size to php ini
MrWillian Mar 4, 2020
342ecc1
refactor: change message cache to 1s
MrWillian Mar 4, 2020
ba5402d
chore: add migration to change archive type to longblob
MrWillian Mar 4, 2020
0a3c418
refactor: change cache messages time to 1 second
MrWillian Mar 4, 2020
f32d2ed
refactor: add verify unique name method
MrWillian Mar 4, 2020
86ad61f
refactor: add verify unique name method in controller
MrWillian Mar 4, 2020
5c94cd8
refactor: add list Artists Count method
MrWillian Mar 5, 2020
99b5e11
refactor: add list Albuns Count method
MrWillian Mar 5, 2020
aa06dd5
refactor: add artists, albuns and musics count to Dashboard infos
MrWillian Mar 5, 2020
7d556e3
refactor: display infos in the dashboard
MrWillian Mar 5, 2020
7729bff
refactor: remove errors div
MrWillian Mar 5, 2020
3c716c4
refactor: add list musics method
MrWillian Mar 5, 2020
f6836f6
refactor: add list musics count in controller
MrWillian Mar 5, 2020
fb7525d
docs: increase memory_limit of php.ini to 256M in Dockerfile
MrWillian Mar 5, 2020
1c1b03a
refactor: add option to update album with same image filename
MrWillian Mar 5, 2020
09ab84d
refactor: add image check of null in update method
MrWillian Mar 5, 2020
69318f9
refactor: add order by id DESC in list Musics
MrWillian Mar 5, 2020
897c3a3
refactor: add last music method in controller
MrWillian Mar 5, 2020
45745d1
refactor: add lastMusic variable in dashboard
MrWillian Mar 5, 2020
300c375
refactor: display lastMusic in dashboard
MrWillian Mar 5, 2020
1e259e3
refactor: add last album method
MrWillian Mar 5, 2020
7ef0ca2
refactor: add last artist method
MrWillian Mar 5, 2020
817e630
refactor: add last artist and last album variables
MrWillian Mar 5, 2020
5a1eeb6
refactor: display last artist and last album variable info in dashboard
MrWillian Mar 5, 2020
7361125
refactor: add method to verify unique album for artist
MrWillian Mar 5, 2020
c0a24cc
refactor: add check if title is in use for that artist in album store
MrWillian Mar 5, 2020
9a380e7
refactor: remove comment
MrWillian Mar 5, 2020
da4c1e3
style: adjust in a word
MrWillian Mar 5, 2020
ccea6fe
refactor: add errors display
MrWillian Mar 5, 2020
9a67a14
docs: increase memory limit to 1024M
MrWillian Mar 5, 2020
2e2c816
docs: update php image to 7.2
MrWillian Mar 5, 2020
7c2386a
docs: change laravel version to 6.18, add browser-kit-testing lib in …
MrWillian Mar 5, 2020
9f0801e
refactor: change import TestCase and add base url
MrWillian Mar 5, 2020
1319b49
docs: add DB_CONNECTION and DB_DATABASE values
MrWillian Mar 5, 2020
4ec2a6e
refactor: remove ViewTest
MrWillian Mar 5, 2020
ac51f14
test: add Artist (new artist - form) test
MrWillian Mar 5, 2020
1ef8c4c
docs: change database conceitual model
MrWillian Mar 5, 2020
2a61726
refactor: add last music object verify
MrWillian Mar 5, 2020
3126e61
refactor: add image null check
MrWillian Mar 5, 2020
3f860c0
refactor: white space
MrWillian Mar 5, 2020
2c3e000
docs: add README.md
MrWillian Mar 6, 2020
9a086e6
docs: change README.md
MrWillian Mar 6, 2020
617e20b
docs: update .env.example to distribuition
MrWillian Mar 6, 2020
19e0f3a
refactor: add accent in albuns
MrWillian Mar 6, 2020
3ce7f2d
refactor: add accent in albuns
MrWillian Mar 6, 2020
9a2b6bf
refactor: add values to login inputs
MrWillian Mar 6, 2020
e2bed5f
style: add input-group color black
MrWillian Mar 6, 2020
81b0359
docs: add last steps to use system
MrWillian Mar 6, 2020
4172674
docs: add adjusts
MrWillian Mar 6, 2020
52c24d7
docs: add step reference in Testes Unitarios
MrWillian Mar 6, 2020
898388f
docs: add reference to tests/ folder
MrWillian Mar 6, 2020
7ea731b
docs: add Screenshots in README.md
MrWillian Mar 6, 2020
fa00920
Update README.md
MrWillian Mar 6, 2020
cd1af6f
docs: change Tela de Overview link image
MrWillian Mar 6, 2020
1f8106e
docs: change images screenshots link upload
MrWillian Mar 6, 2020
92b438b
docs: edit README with the instructions to use
MrWillian Mar 6, 2020
59b9661
docs: adjust in all screenshots
MrWillian Mar 15, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: add errors display
MrWillian committed Mar 5, 2020
commit ccea6feb9da32ba30e896e91ec30e7df820889ef
Original file line number Diff line number Diff line change
@@ -21,6 +21,10 @@
<div class="container-form-button">
<button type="submit" class="btn btn-primary">Salvar</button>
</div>

@if($errors->any())
<h4>{{$errors->first()}}</h4>
@endif

</div>
<div class="col-md-7">