{"id":24707574,"url":"https://github.com/madhusudhan1234/coding-task","last_synced_at":"2026-04-11T03:11:16.390Z","repository":{"id":83232036,"uuid":"69931958","full_name":"madhusudhan1234/coding-task","owner":"madhusudhan1234","description":":v: Coding Task  :heart_eyes:","archived":false,"fork":false,"pushed_at":"2016-10-06T17:54:45.000Z","size":1015,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T05:27:42.626Z","etag":null,"topics":["css","employees","html","jquery","jquery-datatables","laravel","php"],"latest_commit_sha":null,"homepage":"http://radiant-brook-67898.herokuapp.com/public/index.php/employees","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madhusudhan1234.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-04T03:37:51.000Z","updated_at":"2018-11-03T06:22:46.000Z","dependencies_parsed_at":"2023-03-02T19:15:45.810Z","dependency_job_id":null,"html_url":"https://github.com/madhusudhan1234/coding-task","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/madhusudhan1234/coding-task","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhusudhan1234%2Fcoding-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhusudhan1234%2Fcoding-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhusudhan1234%2Fcoding-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhusudhan1234%2Fcoding-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madhusudhan1234","download_url":"https://codeload.github.com/madhusudhan1234/coding-task/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhusudhan1234%2Fcoding-task/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274915114,"owners_count":25373189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","employees","html","jquery","jquery-datatables","laravel","php"],"created_at":"2025-01-27T06:17:31.716Z","updated_at":"2025-12-30T21:24:11.318Z","avatar_url":"https://github.com/madhusudhan1234.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coding Task\n\nI have done this task  using Laravel5.3. I named the clients as employees here. I generated the Laravel's auth \nscaffold for the views and using the deafult bootstrap and laravel's style as a stylesheet. At First i analyse and divide\nsmaller tasks and then i did  the task.\n\n## Quick Demo\n - [Screencast on Youtube](https://www.youtube.com/watch?v=zpEFaA-yubg)\n - [On Heroku App](http://radiant-brook-67898.herokuapp.com/public/index.php/employees)\n\n## Some of the Created Files for task\n -  Routes are define inside routes/web.php\n -  EmployeeController is in laravel's default controllers directory\n -  EmployeeRepository is inside of app/Repositories\n -  For the csv data storage file can be seen inside of storage/app/employees/file.csv\n -  For the master view i used layouts/app.blade.php and for the views can be see inside of views/employees directory\n\n ## Code Climate Link\n  - [https://codeclimate.com/github/madhusudhan1234/coding-task](https://codeclimate.com/github/madhusudhan1234/coding-task)\n  - After getting some issues in codeclimate i make some changes on issues\n   \n## Some Extra Packages Used\n- For the Client Side Validation\n   I am using Jquery Validate Package [http://cdn.jsdelivr.net/jquery.validation/1.15.0/jquery.validate.js](http://cdn.jsdelivr.net/jquery.validation/1.15.0/jquery.validate.js). \n- For the Pagination of Table\n   I am using Jquery Datatable [https://datatables.net/](https://datatables.net/)\n- For Icons \n   I am using ionic fonts [http://ionicons.com/](http://ionicons.com/)\n   \n## How to Run this ?\n - Clone the project to your computer by running the command \"git clone https://github.com/madhusudhan1234/coding-task.git\"\n - Rename .env.example file into .env and add your loggly token\n - Run commands \"npm install\" and then \"gulp\" \n - Go up to your project directory from command line and run the command \"php artisan serve\" or \"php artisan serve --port your-port\"\n - Go to your browser and type in the URL \"localhost:8000\" or \"localhost:your-port\"\n -  Then, hopefully you may be good to go\n\n   \n## Official Documentation \n\nDocumentation for the framework can be found on the [Laravel website](http://laravel.com/docs).\n\n##Logging Of the Application\n\nFor Logging I used the loggly.com for the cloud based logging. And Laravel's LoggerInterface and monolog library \ni used.\n\n![alt tag](https://madhusudhansubedi.files.wordpress.com/2016/10/logging.png)\n\n## Some References\n\n -  [https://jqueryvalidation.org/](https://jqueryvalidation.org/)\n -  [http://php.net/manual/en/function.fputcsv.php](http://php.net/manual/en/function.fputcsv.php)\n -  [http://php.net/manual/en/function.fgetcsv.php](http://php.net/manual/en/function.fgetcsv.php)\n - [https://blog.yipl.com.np/logging-with-loggly-in-laravel-9479516b5c82#.nhjcnfphv](https://blog.yipl.com.np/logging-with-loggly-in-laravel-9479516b5c82#.nhjcnfphv)\n - [https://mattstauffer.co/blog/installing-a-laravel-app-on-heroku](https://mattstauffer.co/blog/installing-a-laravel-app-on-heroku)\n - [http://marcelpociot.com/blog/2016-03-21-laravel-testtools](http://marcelpociot.com/blog/2016-03-21-laravel-testtools)\n - [https://devcenter.heroku.com/articles/logging#log-retrieval](https://devcenter.heroku.com/articles/logging#log-retrieval)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadhusudhan1234%2Fcoding-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadhusudhan1234%2Fcoding-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadhusudhan1234%2Fcoding-task/lists"}