This repository has been archived by the owner on Aug 29, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the changelogs: