Nafies Luthfi
d3b9feac9c
Fixed file upload controller after "projects" morph map
Projects\FilesController uses Project model full namespace as
morph entry. After we use morphMap for project model,
we need to update to use "projects" instead of full model
namespace on files record entry.
7 years ago
Nafies Luthfi
aa63b01831
Update project job creation froms
Move job creation form views to projects/jobs
Add select2 js for project selection on add job from other
project feature
8 years ago
Nafies Luthfi
7d8a12fe21
Update some classes docblocks
8 years ago
Nafies Luthfi
1ad0251f8d
Add ReorderJobListTest
8 years ago
Nafies Luthfi
969907c944
Add ProjectsController docblocks
8 years ago
Nafies Luthfi
08f768f694
Apply fixes from StyleCI
8 years ago
Nafies Luthfi
1c04dfdf60
Add due_date attribute to the project
8 years ago
Nafies Luthfi
c36f96e1af
Refactor TasksController
Remove TasksRepository dependency
Use Task model binding on route
8 years ago
Nafies Luthfi
195cf2cca2
Update flash messages on controllers
8 years ago
Nafies Luthfi
ec03c84d55
Remove project value for worker on project index page
Fixed invalid back_to_index link query string on project
detail page.
8 years ago
Nafies Luthfi
52e65c551e
Set proper project list query for worker user
Update dashboard home page for worker and admin
8 years ago
Nafies Luthfi
db1e4903f7
Update user policies for viewing project detail
Only admin can see project pricings
Prevent worker form reorder job priority
8 years ago
Nafies Luthfi
a84b9009d9
Update authorization checks for task actions
8 years ago
Nafies Luthfi
1f2c51a7f2
Apply more project actions authorization
Add payment policy object
8 years ago
Nafies Luthfi
4f51094087
Apply project actions authorization
8 years ago
Nafies Luthfi
87e890ba64
Change project routes to use route model binding
8 years ago
Nafies Luthfi
4be92ee612
Simplify job on progress list query into AdminDashboardQuery class
Eagerload tasks on job list tab on project detail page
Remove user job list pagination because it only shows current jobs
Add nameLink method on job model
8 years ago
Nafies Luthfi
a30b02649c
Add Job Progress export in html format and Job Model unit test
8 years ago
Nafies Luthfi
9757124dd5
Apply fixes from StyleCI
8 years ago
Nafies Luthfi
5d0c574387
Add invoice entry feature
8 years ago
Nafies Luthfi
1f6704eeac
Move project jobs query from job repository to project model method
8 years ago
Nafies Luthfi
11b91d670c
Fix project jobs export page (html) error
Move project jobs export action to Projects/JobsController
8 years ago
Nafies Luthfi
7465e4ee22
Restructure jobs routes
8 years ago
Nafies Luthfi
4c45d34383
Change projects.jobs route into projects.jobs.index
8 years ago
Nafies Luthfi
351be839de
Move project jobs into ProjectJobsController
Add JobsController as first class citizen
8 years ago
Nafies Luthfi
57a2880cb6
Add project layout view file for project detail pages
8 years ago
Nafies Luthfi
95f58c6ddf
Create project fee payment
8 years ago
Nafies Luthfi
603edd3981
Change Feature entity to Job entity
8 years ago
Nafies Luthfi
f9786482de
Change projectStatusList from global function to reference class
8 years ago
Nafies Luthfi
705cf1302c
Add project fetures export html version 2 and update laravel 5.5.20
8 years ago
Nafies Luthfi
273520de5b
Remove vendor entity
8 years ago
Nafies Luthfi
da2204f8ff
Add project invoices list and relation
8 years ago
Nafies Luthfi
5fa6666f98
Composer update laravel 5.5.13
8 years ago
Nafies Luthfi
3a90cca863
Testing with fake storage and fake file
8 years ago
Nafies Luthfi
420b161d82
Added project file record edit
TODO: file update can replace file on storage
8 years ago
Nafies Luthfi
2fa2c08acb
Added project file download
8 years ago
Nafies Luthfi
c3d4c0a410
Added file upload validation, added master and file lang
8 years ago
Nafies Luthfi
cebbee8445
Added file upload for project
8 years ago
Nafies Luthfi
b802e2e4b7
Update feature export view and fixed failed ManageProjectsTest
9 years ago
Nafies Luthfi
777d2c8564
Composer update and edit some project details view
9 years ago
Nafies Luthfi
d628f66621
Update 2017-01-19.12.34
9 years ago
Nafies Luthfi
6c4527ae79
Update 2016-11-25.20.59
9 years ago
Nafies Luthfi
d65355b564
update 2016-10-05.17.41
9 years ago
Nafies Luthfi
51395a17ae
Update 2016-09-07.20.28
9 years ago
Nafies Luthfi
8f50768f4a
Update 2016-08-23.11.17
Add Subscription tab to project.show
Add new option on options.index view
Split Project features between Main Features and Additional Features
9 years ago
Nafies Luthfi
5098956670
Add project features export in html format
9 years ago
Nafies Luthfi
d2a73a49dc
Update 2016-08-14.21.24
Add Sortable Project Features
Add sortable Feature Tasks
Filter Unfinished features list only to 'on progress' and 'done' project status
Export project features to Excel (xlsx)
Add Option CRUD with vuejs ajax (single page application)
Add Laravel Excel and Laravel Dompdf
Remove top-nav
Refactor ManageProjectsTest class
9 years ago
Nafies Luthfi
d7a9f6f477
Update 2016-08-04.22.39
Redirect Feature creation to feature detail page
Fix notifier position
10 years ago
Nafies Luthfi
c2b313780a
Update 2016-08-02.11.34
Search payments by project name
List On Progress Project by features list
Refactor project work duration to ProjectPresenter class
Project deletation also remove its payments, features and tasks
Show Current Credit on On Progress, Done, and On Hold project status
Add form error notification
Add route name on a task of feature
Add Project status update on project detail page
Add pagination on top of payment and project index page
Fix missing line break on project detail description
10 years ago
Nafies Luthfi
275bc149bd
Update 2016-07-19.20.56
Filter Payments only for logged in owner
Create feature from other project's feature
Filter project only for logged in owner
Filter Report only for logged in owner
Filter Home dashboard project summary only for logged in owner
Add flash error on validator fails redirection
Fix ManageProjectsTest and ManagPaymentsTest to manage only by owner
10 years ago