Andreas Svanberg ansv7779
  • Joined on 2021-07-26
ansv7779 pushed to release-firefighting at DMC/scipro 2024-11-19 14:11:25 +01:00
d05545323d Fix crash while trying to remove an approved final thesis
3df572117d Fix crash while trying to upload final thesis as supervisor
Compare 2 commits »
ansv7779 pushed to release-firefighting at DMC/scipro 2024-11-19 13:50:34 +01:00
02ec5ea778 Fix crash while trying to schedule final seminar
ansv7779 pushed to 3412-supervisor-edit-reflection at DMC/scipro 2024-11-19 13:17:19 +01:00
c4f5bc72e5 Merge remote-tracking branch 'refs/remotes/gitea/develop' into 3412-supervisor-edit-reflection
1f0f15fc18 3471: Reduced size of textarea as requested, also made small reformatting of Java code (#19)
d89417ceea Fix intermittent sorting of criterion to actual order (#18)
a9b8542576 Fix users getting stuck at a blank white page after logging in. (#16)
cfe61a9ed8 task/3382: Harmonize database names as snake_case (#6)
Compare 6 commits »
ansv7779 deleted branch 3471-resizing-ui-supervisor from DMC/scipro 2024-11-19 12:17:17 +01:00
ansv7779 pushed to develop at DMC/scipro 2024-11-19 12:17:16 +01:00
1f0f15fc18 3471: Reduced size of textarea as requested, also made small reformatting of Java code (#19)
ansv7779 merged pull request DMC/scipro#19 2024-11-19 12:17:15 +01:00
3471: Reduced size of textarea as requested, also made small reformatting of Java code
ansv7779 created pull request DMC/scipro#20 2024-11-19 11:06:07 +01:00
Fix some remaining issues from the Spring migration
ansv7779 pushed to release-firefighting at DMC/scipro 2024-11-19 10:53:23 +01:00
d4a8f411ba Added missing @Transactional
f6f017703b Added missing @Bean definition
d89417ceea Fix intermittent sorting of criterion to actual order (#18)
Compare 3 commits »
ansv7779 created branch release-firefighting in DMC/scipro 2024-11-13 14:52:09 +01:00
ansv7779 pushed to release-firefighting at DMC/scipro 2024-11-13 14:52:09 +01:00
8acf84ff98 Added missing @Transactional
155355920b Added missing @Bean definition
Compare 2 commits »
ansv7779 pushed to session-tracking-firewall at DMC/scipro 2024-11-12 13:41:50 +01:00
724c4a8027 Merge remote-tracking branch 'gitea/develop' into session-tracking-firewall
cfe61a9ed8 task/3382: Harmonize database names as snake_case (#6)
8e5c9f5687 Allow longer final thesis titles (#17)
Compare 3 commits »
ansv7779 deleted branch task/3382 from DMC/scipro 2024-11-12 13:33:46 +01:00
ansv7779 pushed to develop at DMC/scipro 2024-11-12 13:33:45 +01:00
cfe61a9ed8 task/3382: Harmonize database names as snake_case (#6)
ansv7779 merged pull request DMC/scipro#6 2024-11-12 13:33:44 +01:00
task/3382: Harmonisera tabellnamn
ansv7779 approved DMC/scipro#6 2024-11-12 13:32:37 +01:00
task/3382: Harmonisera tabellnamn

Looks good.

ansv7779 commented on pull request DMC/scipro#6 2024-11-11 15:46:24 +01:00
task/3382: Harmonisera tabellnamn

Username is one word, not two. User name is a user's name (John Doe) while username is their unique identifier john@doe.example.

ansv7779 commented on pull request DMC/scipro#6 2024-11-11 15:46:24 +01:00
task/3382: Harmonisera tabellnamn

Username is one word, not two. User name is a user's name (John Doe) while username is their unique identifier john@doe.example.

ansv7779 commented on pull request DMC/scipro#6 2024-11-11 15:46:24 +01:00
task/3382: Harmonisera tabellnamn

This feels like a downgrade in terms of documentation from the column name. file_upload_reference_id tells you that it is an uploaded file to the activity while file_reference_id conveys no such information.

ansv7779 commented on pull request DMC/scipro#6 2024-11-11 15:46:24 +01:00
task/3382: Harmonisera tabellnamn

Again less self describing column name. creator_id tells you it is the user who created the template rather than just a generic user_id. The referenced table/type is visible from the foreign key/class.