Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

All developments for 1.1 are finished #41

Merged
merged 32 commits into from
Aug 15, 2017
Merged

All developments for 1.1 are finished #41

merged 32 commits into from
Aug 15, 2017

Conversation

bepitulaz
Copy link
Member

This is the changelogs:

  1. The reservoir is not mandatory. So, a farmer who doesn't use special reservoir can ignore it.
  2. Prepare Tania for internationalization.
  3. Adopting 12factors and preparing for deployment with Docker.
  4. A little bit UI tweaks.

farizyoga and others added 30 commits July 17, 2017 21:23
We should write all features and specs to make sure the entire codes are
working properly. Since, Tania has accepted code contributions.
Make Reservoir Optional
1. We only support desktop version, so the responsive CSS have to be
disabled.
2. I'm fixing the composer.lock conflict that was happened during the
merge operation.
I'm installing the symfony translation service and write two xliff files
for the navigation and the dashboard.
I'm internationalising farms and reservoirs. But, for the label in each
form, I don't do it yet.
I'm removing the measurement unit converter in showAction method in
Plant, because it can cause error.
Users can choose between en and id. Users just need to set it in their
parameters.yml.
I am applying {% trans %}{% endtrans %} tag to each string on the dashboard
application. So, we can translate it later to another language.
All labels in each custom form are linked to the translation file. Now
we can close the issue #25.
I'm removing the date time format in Task custom form, and replace it
with the constraint Task entity.
Now, when user doesn't have any farms. Instead showing the blank map,
the panel will show a message to create a new one.
To satisfy issue #39, I'm adding support for dotenv file. I also has set
up the PHPunit for doing unit test and functional test.
Taking this commit
37198ed
as a reference. I delete the dev front controller and make it single
front controller, so we can use one docker image for dev and prod
environment.
I'm implementing the jQuery datepicker in create and edit plant.
Since now we are replacing parameters.yml with .env file to setup the
configuration, the readme should be updated.
@bepitulaz bepitulaz merged commit da9eff2 into master Aug 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants