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

Section III mapped for F01 through F21 #15

Merged
merged 27 commits into from
Aug 30, 2019
Merged

Section III mapped for F01 through F21 #15

merged 27 commits into from
Aug 30, 2019

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    a345781 View commit details
    Browse the repository at this point in the history
  2. Section mapped for F07

    ColinMaudry committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    961a9cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61a1175 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Configuration menu
    Copy the full SHA
    17b8688 View commit details
    Browse the repository at this point in the history
  2. Discard > ""

    ColinMaudry committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    c6f3e2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ab7602 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32ff59f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bfe324 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55139fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a34362f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    394d162 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ac88e5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    07a8ce3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    8450a61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e11bf24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90d07ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9485c83 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. F20:

    * Clarify VII.1 mapping.
    * Use "nearest earlier date" construction.
    * Rename durationRationale to periodRationale.
    * Link to "Get a translation" operation.
    jpmckinney committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    d8359d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    500a9cd View commit details
    Browse the repository at this point in the history
  3. Update heredoc in scripts

    jpmckinney committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    3bb09e2 View commit details
    Browse the repository at this point in the history
  4. Ignore scripts outputs

    jpmckinney committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    00ddf5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ba6ccf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7dbc9eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aabfeae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6ba5e6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71f782c View commit details
    Browse the repository at this point in the history
  10. Review PR

    Field name changes:
    
    * Fix `type` to `documentType`
    * Rename `minimumLevel` to `minimum`, to be more flexible for future criteria, which might set minimum values, percentages, ratios, etc.
    * Rename `participationConditions` to `otherRequirements`
      * As mentioned by Giampaollo Sellitto in eForms/eForms#296 (comment), "participation criteria" or "participation conditions" are easy to confuse with "selection criteria" from a legal perspective. This is the reason ESPD uses "other criteria" and eForms uses "other requirements".
    * Rename `reservedTo` to `reservedParticipation`, mirroring `hasReservedExecution`
    * Rename `termsPerformance` to `performanceTerms`, to put words in regular order
    * Rename `hasPerformingStaffQualification` to `requiresStaffNamesQualifications`, for clarity
    * Rename `objectiveRulesCriteria` to `reductionCriteria`, see 2014/24/EU Article 65
    * Rename `hasGuaranteeRequired` to `hasRequiredGuarantees`, to put words in regular order, and to allow multiple guarantees (like in some countries) open-contracting/standard#900
    
    Modelling changes:
    
    * Change `selectionCriteria` to an object, with a `criteria` array as a sub-field, like with `awardCriteria`
    * Remove `isReservedToProfession` and rename `reservedToProfession` to `reservedExecution`, then use `hasReservedExecution` and `reservedExecution` for both sheltered employment programmes and professions
    * Move `hasRequiredGuarantees` from `otherRequirements` to `submissionTerms`, see eForms
    * Move `tendererLegalForm` from `otherRequirements` to `contractTerms`, see eForms
    
    Code changes:
    
    * Rename 'economicFinancial' to 'economic', to be consistent with the new `documentType.csv` code
    * Rename 'economicCriteriaSelection' to 'economicSelectionCriteria', to put words in regular order
    * Rename 'technicalCriteriaSelection' to 'technicalSelectionCriteria', to put words in regular order
    * Rename 'publicServiceMission' to 'publicServiceMissionOrganization' and 'shelteredWorkshops' to 'shelteredWorkshop', so that codes describe a singular organization type
    
    All forms:
    
    * Copy mappings across forms
    
    Other changes not related to this pull request:
    
    * Rename `maximumNumberParticipants` to `maximumParticipants`
    * Rename `durationRationale` to `periodRationale`
    * Fix `electronicInvoicing` to `electronicInvoicingPolicy`
    * Fix `electronicCatalogue` to `electronicCataloguePolicy`
    * Use "nearest earlier `date`" construction
    * Fix single quotes instead of backticks for code
    * Remove trailing whitespace
    jpmckinney committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    f08f6f3 View commit details
    Browse the repository at this point in the history