-
Notifications
You must be signed in to change notification settings - Fork 1
Add points and extended subjects data from warsaw #50
Add points and extended subjects data from warsaw #50
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you pls include original PDF file and steps to convert it? (We used online Adobe app to extract tables from PDF)?
@Anakin100100 it would be awesome if we could also parse class name (e.g. 1e) and languages from these strings (" [o] () |
@micorix we are ready to merge this. All the requested features have been implemented. Some usage notes:
@micorix Please be informed that this pull request introduces a lot of technical debt with untested code full of shortcuts and things that need to be refactored so the development of new features will have to be halted for a bit until the codebase is in order again. We are going to merge this only because we are really need to release ASAP. |
Thanks @Anakin100100 . Understood.
|
@micorix can you give an estimate when the first public release could happen? Do you need anything that could be worked on in parallel for now? |
@@ -10,6 +10,8 @@ Steps for regenerating the database: | |||
- Enter rails console using rails c -e production in separate terminal | |||
- Delete all Institution objects in the database using Institution.delete_all | |||
- Start the job to create the institution types by running the CreateInstitutionTypesJob.new.perform_now(). Wait for it to finish. | |||
- Start the job to create the Subjects by running the CreateSubjectsJob.new.perform_now(). Wait for it to finish. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls add these commands also to regeneration script
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The regeneration script is not present on this branch because it had been branched out before the regeration script branch was merged into master.
@micorix Please approve this |
#43