aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/imports
AgeCommit message (Collapse)Author
2018-05-17Fix import details Refs #70737073-Fix_imports_detailsLuc Donnet
2018-05-15Refs #7030 Fix import#show missing translationscedricnjanga
2018-05-09Rewrite compliance_control_sets associated to workbench or workgroup edits ↵Alban Peignier
and imports. Refs #6960
2018-05-09Refs #6960; Update imports to use nesw implementationZog
2018-05-07Add GTFS viewsZog
2018-05-07Add import_compliance_control_sets to WorkgroupsZog
And rename resource methods for better consistency
2018-05-07Better viewsZog
2018-05-07Trigger compliance checks after importsZog
2018-05-07Fix NETEX importsZog
2018-05-07Rework imports to use Resources and make the a little more verboseZog
2018-03-29Refs #6156 Update import english translationscedricnjanga
2018-03-12Refs #6133; First Crud for exportsZog
2018-02-02Refs #5832 @1h; Show active filters5832-fix-filter-by-stopareas-on-vjs-indexZog
2018-01-25ComplianceControlSetDecorator: Convert to new action links interfaceTeddy Wing
Refs #5586
2018-01-25imports/index.html.slim: Remove unnecessary `links` fieldTeddy Wing
This is no longer needed thanks to the new action links interface. Refs #5586
2018-01-25ImportDecorator: Convert to new action links interfaceTeddy Wing
Also remove the `delete` link because the policy disables it for everyone (3f5ac4764b859f97f776df565599e312b4584a03, 17e946771afcff10b6165dd3a97b38aa9c06b1f2). Refs #5586
2018-01-25Imports#index: Move 'New import' button to action linksTeddy Wing
Begin the process of converting the `ImportDecorator` to the new action links interface. For now, only the "New import" button on the top right of the index page is converted. The rest of the links are commented out for now and will be treated in a subsequent commit. Add a new `#class?` method to `AF83::Decorator::Link` that tells callers whether a CSS class has been defined on the link. This allows us to determine whether we should force a class or use the one provided in `_page_header.html.slim`. We need a way to specify the class of the link in the header because the "New import" button is supposed to be blue (`.btn-primary`), but the default for primary action links is white. Refs #5586
2018-01-09Refs #5129 small change on import report show button5129-import-report-buttoncedricnjanga
2018-01-03Fix import messages style Refs #4473 @2Luc Donnet
2017-12-29Fixes CSS of import_messages in imports#show. Refs #4473Alban Peignier
2017-12-29Replace CommonHelper.string_keys_to_symbols by Hash#symbolize_keysAlban Peignier
2017-12-29Refs #5414 Small UI change for import file structure errorcedricnjanga
2017-12-15Fixes: #5281@1.2h; View specs and minor CR change from #50065281-workbench-import-structural-bug-reading-zipRobert
- CR change from #5006, severity of zip file messages :warning -> :error - View specs for showing import_messages
2017-12-15Refs: #5281@0.5h; Show error messages in view imports/showRobert
- Partial created - Partial used - Common Helper - String Keys => Symbol Keys - Dead Code eliminated
2017-12-15Refs: #5006@0.7h; CR changes from #5006 & staring error_messages in imports/showRobert
- Renaming as requested STIF::NetexFile::Frame.get_line_object_id -> get_sgort_id - working on error_messages for imports#show
2017-11-28Refactoring move render pageheader into layoutXinhui
2017-11-28Replace pageheader by render partialXinhui
2017-11-27Refs #4961 Fix typos on Import#show and ImportResource#indexcedricnjanga
2017-10-30Merge pull request #104 from af83/4726-breadcrumbLuc Donnet
4726 breadcrumb
2017-10-23Refs #4762 Add file extension checking before importing (standard app and api)cedricnjanga
2017-10-19Fix missing breadcrumb for edit - new actionsXinhui
2017-10-19Breadcrumb for importsXinhui
2017-10-06Add webpacker gem and migrate the React appscedricnjanga
2017-10-02Refs #4665cedricnjanga
Add a controller concern to deal with date filters
2017-09-17Avoid error when Import#started_at isn't definedAlban Peignier
2017-09-12Change the import status filter to include all of the statuses and not just ↵cedricnjanga
running successful warning and failed. The Import model has seven statuses and we wanted to filter them all so we added a method in the controller that will be called before_action :index to change the params and include the other statuses and include them in the ransack query (witout having duplicates in the checkboxes)
2017-09-12Change the import filter to include two inputs and tweak ransack filter to ↵cedricnjanga
convert date object to dateTime object
2017-09-06Updated imports#index date filter : used the same logic for the ↵cedricnjanga
Calendar#index date filter (ransackable scope) I realized that we could submit the form with incomplete date which caused an 500 error. So I added a small JS script to prevent user from subnitting filter form with incomplete dates Since it was really similar with previous work I added two folders : /helpers & /filters to be more DRY The JS files are loaded in 4 views for the moment, hence the update in the assets.rb file
2017-09-04Fix import status table views and first version for import_messages Refs #4527Luc Donnet
2017-09-04Fix start date format for workbench imports list view Refs #4256Luc Donnet
2017-09-04Update workbench_import, netex_import and import_resources views Refs #4256 ↵Luc Donnet
#4257 #4258
2017-09-01table_builder_2: Use `Column#link_to` in all table builder callsTeddy Wing
Rewrite table builder calls to work with the new `TableBuilderHelper::Column#link_to` mechanism for defining the linked column and what it points to. This takes the link out of the `TableBuilderHelper`, and puts it into the hands of the view. It gives us more flexibility with regards to what can be defined as a link in our tables and what those links point to. This will be used in a more meaningful way in the `imports#show` page to list `NetexImport`s and provide links to both the referential associated with a Netex import and the imported file status page from a table row.
2017-08-31Refs #4369: adding import status helperjpl
2017-08-30Update show data for import Refs #4258Luc Donnet
2017-08-30Updating project-specific iconfont for page headers (in views)jpl
2017-08-28Refs #4255: updating overheaded component styles, adding children method for ↵jpl
import
2017-08-28Merge branch '4273_http_service_broken'Alban Peignier
2017-08-27Change ImportsController to manage only WorkbenchImports. Refs #4273Alban Peignier
2017-08-23Refs #4258: adding overhead feature to table_builder, with static samples on ↵jpl
imports#show
2017-08-22Refs #4256: adding started_at filterjpl