-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge to update production with latest version (#328)
* Fix for NODE_ENV value that was failing on production npm build. * [#299] Public actions view (#311) * [#299] Updating deps. * [#299] Making to work API endpoint + tests. * [#299] Adding a simple vue screen to display public actions (WIP). * [#299] Creating infinite-scroll VUE component and making it to work with the API endpoint data. * Using api service to get balance and fixing parse error on failed response. * [#299] Making the public actions feed to work from within the app. It should be improved visually in another issue/PR! * Adding model migration. * Final adjustments. * [#299] Removing description column. * [313] Adding public actions feed to landing app (#314) * [313] Adding public actions feed to landing app. * [313] Parsing actions data on sroll (WIP). * [#313] Done parsing actions data on scroll. WIP on modal+styles. * [#313] Adding API endpoint for public action details. * [#313] Adding styles and translations for principles and getting public action data from API (WIP details modal). * [#313] Displaying public action details in a modal (WIP). * [#313] Completing public action details in a modal. * [#313] Removing partners involved from public actions (list+details). * [#319] Fix to partner edit data fetch. (#321) * [#206] Replacing the download/export balance button by print (#325) Co-authored-by: Diego Calero <dcalero@fiqus.coop>
- Loading branch information
1 parent
dd6026f
commit 6ac4526
Showing
30 changed files
with
19,857 additions
and
996 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Generated by Django 2.2.20 on 2021-04-15 20:26 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('api', '0013_auto_20201001_1341'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterModelOptions( | ||
name='partner', | ||
options={'ordering': ['first_name', 'last_name'], 'verbose_name': 'partner'}, | ||
), | ||
migrations.AlterModelOptions( | ||
name='period', | ||
options={'ordering': ['date_from'], 'verbose_name': 'period'}, | ||
), | ||
] |
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
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
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
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
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
Oops, something went wrong.