Skip to content

Conversation

@Gonzom
Copy link
Contributor

@Gonzom Gonzom commented Feb 7, 2021

Resubmit of #150 (comment)

Issue: #149

IdanPelled and others added 30 commits January 12, 2021 15:40
Added dayview template with css and router.
An tempreroy event class with,
 processing function for the day view to work.
Added dayview template with css and router.
An tempreroy event class with,
 processing function for the day view to work.
fixed after taking notes.
OdeYec and others added 27 commits February 1, 2021 06:50
* Moved the route to top of file
* Added files for sending invitations by email

This includes
- templates
- routes and internal code
- configuration
- tests

Co-authored-by: leddest <46251307+leddest@users.noreply.github.com>
Co-authored-by: Ellen <ellenc345@gmail.com>
* Hello Wrold

* Creating Html Template

* Calendar dates calculation intigrating with html, HTML\CSS improvments.

* Tests for calender_grid.py, changing function according to currections, fixing bugs

* linting bug fixing

* before merge with develop

* Creating a Day object and days subclasses, changing all function and tests according to the new objects, Changing front to get information from Day objects, Re-arranging  calendar.html grid stracture to be render by weeks, adding js functionality for day view section, adding css effects on daily event display

* fix lintings

* fix lintings

* tests next week scroll

* js updates

* Calendar Scrolling with javascript

* Fix lintings

* Fix lintings

* Calendar infinit scrolling ducplicates weeks bug fixed

* seetings global parameters for calendar.py

* Js - changing to fetch, removing jquery, fixing hint tpying, adding Week object, changing tests

* Front end bug fixing

* Fix linting

* Fix lintings

* Fix lintings

* fixing syntax

* Get user local date and time when enter calendar.

* Fix lintings

* Fix lintings

* Fix lintings

* Bugs fixing

* Bugs fixing

* Bugs fixing

* Bugs fixing

* JS alerts removal

* Fix Lintings

* Js syntext fixing

* Bugs fixing

* Bugs fixing

* Js fixing varibales and adding div element to request.

* Develop Update

* Js - eliminate global parameters

* Linting fixing

* Fix Lintings

* Fix flake8

* syntac fixing
* feat: add translations workflow

* fix(translations-workflow): fix doc

* fix(translations-workflow): fixed code and added automatic commit

Co-authored-by: Gonny <1@1>
…oader (PythonFreeCourse#155)

* feat: Add zodiac signs to the day/month view +
* Js scrolling duplication days fixed
Fix the "Task pending" RuntimeError
* Support adding category to a new or exisiting event
… Fix (PythonFreeCourse#218)

* fix: grid responsiveness (fills grid to the bottom now)
* Add telegram client
* feat: add i18n support

This feature includes the core functions added to /internal, English and Hebrew json files, removal of text strings from the html files, updates to the routes and model updates. Also included are tests. Please note, that this feature is waiting on user registration for final hooks.

* fix(i18n): correct flake8 line length errors

* fix(i18n): attempt to fix build crash at get_translations_dicts() and move foreignkey to last column as requested in CR.

Additional minor doc fixes.

* fix(i18n): simplify check of language file path between live and testing

This change hopefully adds this line to the code coverage.

* fix(i18n): replace glob with path.glob

This change reduces the amount of imports needed and also uses one dir path for both tests and live.

* fix(i18n): revert attempted code improvement

* fix(i18n): added missing language_id to placeholder user

* fix(i18n): added simple test for home

* fix(i18n): code review fixes

* fix(i18n): split the html result dict into two sub-dicts, "variables" and "localized" and the creation of the Jinja2TemplateResponse is now handled in internal/utilities.

* fix(i18n): fixed CR request to not use global state for translations

The translations are now handled with @lru_cache and the function is only re-handled when a new language code parameter is used. This should be the last edit (unless any crash) to this version of the translation feature.
@Gonzom Gonzom closed this Feb 7, 2021
@Gonzom
Copy link
Contributor Author

Gonzom commented Feb 7, 2021

Close, didn't work correcly

@Gonzom Gonzom deleted the feature/translations-workflow branch February 7, 2021 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.