Hi guys, I greet you this week.
What did I do this week?
This week first I relate tables in the database schema, which were the table movimientos and agenda, making it possible to schedule a movement optionally.
Second I update a view to clarifies the timing of urgent tasks making a bit change in a label.
Third I began to develop a function to download all the files of a certain field expediente in a zip file.
What is coming next?
The next will be end the function on production, add security and roles for allow download by authorized users.
And the end of the week add some test functions.
Did I get stuck anywhere?
First I had problems with GITHUB because in the last PR I brought commits from another PR, this was due to an error that I had in my first PR when creating it on the master branch. currently all this was fixed thanks to the help of the mentors who helped me to lay the foundations for next PR.
Second I get stuck in the develop of the function download_zip due to there isn't other examples of the same feature. Finally I could schedule all and adapt a example.
View Blog Post
Juerodriguez's Blog
- What did I do this week?
In this second week I have dedicated myself to learning more about github and git, their commands and the correct way of working, we have organized the work that each student had to do and the way in which we were going to coordinate so as not to step on our work. Finally, to keep my work organized, I have used the github milestones and the projects section of the repository. https://github.com/Juerodriguez/OpenLex/milestones - What comes next? Next is the coding phase, I need to fix the views, update the drivers and the database. I prepare the role groups in the application and export all the files in Table Movement
View Blog Post
My name is Juan Elias Rodriguez, Im from Argentina and i want to tell you how was my first week on PyAr/Openlex project.
What did I do this week?
I could set and reach my goals for the week, this was learn about Lexdoctor data structures and what is the difference between both Lexdoctor and Openlex. The reason for this asset is can import all data from Lexdoctor (privative app) for Openlex (Open app) and make compatible between them.
What is coming next?
Start with the schedule of the issues that we talk on the community bounding, I should complete the schema database and fix the import/export mechanism.
Did I get stuck anywhere?
After studying the user manual the main differences that were found are: - Ordering of processes by groups of processes, for example, all, pending, archived.
- Option to archive a process.
- In the table of Parties, the consultation of all the processes linked to a person and their respective files is allowed.
- We found a Test table, which allows you to save the type of test and its status (pending, own, opponent). In case a hearing is needed, it is scheduled.
- In the movement table there is the option of scheduling a task.
View Blog Post