Evaluating bids

Python + Django + Sql. Experienced developer

Published on the July 17, 2018 in IT & Programming

About this project

Open

Hola! Soy Diego. Tengo una pequeña escuela de idiomas y estoy desarrollando un software yo mismo pero necesito ayuda. Aquí hay una pequeña descripción de lo que necesito en inglés, si no hablas inglés no te preocupes ponlo en google translate.
Lo que me interesa es que tengas las aptitudes necesarias:

brief description of the business & requirements

i am building a simple software for a language school. Courses last from 3 to 6 weeks. There are different languages and different levels.
Students go from level-1 to level-2 to level-3 and so on.

Almost all the process is already coded. The project is probably 70-80% advanced, functionally speaking (not taking the frontend into consideration, which I will improve myself later). So, I just need help with 2 things: 1.
Make some sort of history for every course taken. 2. When a student “Drops” a course, save the info of the student and the course he dropped in the moment he “Dropped” out of the course. And have all this info saved in a list or view of “Droped Students”.

The key to solve both requirements, I believe, is to somehow copy the information of a model (copy a model instance or the required fields) into a new model “History” and a new model “Droped Students”, respectively. And from there, create the necessary views and templates.

There is an app called “prospectos” (“propspects in english”) but we won’t be touching that(i’ll probably not upload that model to github). The app we will be working on is called “grupos”.

I will give you the link to the GitHub Repo and further explanation about the project and the requirements I have.

language school logic proccess.
proccess that are already developed: 1, 2, 2a, 2b, 3, part of 4a, part of 4b)
1. A uniquely named “Group” (“Grupo” in Spanish) needs to be created.

2. Once the Group is created you need to create “Students” (“Alumnos” in Spanish), so you can “Pre-Subscribe” (“Pre-Inscribir” in Spanish) or “Subscribe” (“Inscribir” in Spanish) a “Student” (“Alumno” in Spanish) to a Group.
    —2a: You use “Pre-inscribir” to pre-subscribe a student (he won’t be part of the group just yet, but he is already accounted to be with that group in the next level.
    —2b: You use “Inscribir” to subscribe a student to the current level.
So this student would integrate in the current group, even though the course might have started already. These students will be integrated with a button “Inscribir” when the course finishes.
3. Courses last between 3-6 weeks.
4. WHEN A level of the course finishes, a student can continue in the same group that goes on to the next language level, or he can “drop(leave) the course” (“dar de baja” in spanish).
    —4a: If the student “Drops the course”, the relationship/membership to the group must be removed(there is a remove button that achieves this), but he must be added to a list of “bajas” (“drops” in english) with the information of the group and the students information(further explained below).
    —4b: If the student continues on the group, once the course is over, a person from the language school will simply remove the ones that are “DROPS” and the ones that continue will stay on the same Group but: The person from the language school will simply rename the group and adjust the fields from the grupo model: “nombre”, “fecha_inicio”, “nivel”, “profesor”, “salón”.
(In ENGLISH: “group name”, “start_date”, “level”, “teacher”, “room number”) accordingly. So in this example the level field will change from “level 1” to “level 2” and maybe there will be a different teacher “profesor”.

with the given process, i need help with the following:

1. (“drops” of students from a course) “bajas”, for students who have lost the relationship/membership(name of the model in models.py) with a group.

-Create a List or a View(“drops” / “bajas”) that has the information of all the “students” with the “groups” that they have dropped.
-The information from the model “alumno” (student) must be the model fields: nombre, apaterno, amaterno, cel, tel, email.
-The information from the model “grupo” (group) must be the model fields: fecha_inicio, idioma, nivel, horario, profesor.


2. CREATE A history of the groups for every month:

-for example, know month by month, what students took what courses. This can be based on the date the course started (from jan 1 to jan 31, from feb 1 to feb 28, from march 1 to march 30, etc).

REMEMBER: The key to solve both requirements, I believe, is to somehow copy the information of a model (copy a model instance or the required fields) into a new model “History” and a new model “Droped Students”, respectively. And from there, create the necessary views and templates. or do you think there is a better solution?

source code: https://github.c
om/diegolego/angloapp

Category IT & Programming
Subcategory Web development
What is the scope of the project? Medium-sized change
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
Roles needed Developer

Delivery term: Not specified

Skills needed