Skip to content

Conversation

@Aaron-Detre
Copy link
Contributor

@Aaron-Detre Aaron-Detre commented May 28, 2025

Test with WISE-Community/WISE-Client#2191

Update runs table:

alter table runs add column isSurvey bit(1) not null default 0;

Insert new role:

insert into granted_authorities (authority) values ('ROLE_SURVEY_STUDENT')

Aaron-Detre and others added 3 commits May 30, 2025 14:29
Requires db changes:
update runs set isSurvey=false where isSurvey is null;
alter table runs add column isSurvey bit(1) not null default 0;
@hirokiterashima hirokiterashima marked this pull request as ready for review June 2, 2025 20:50
@hirokiterashima hirokiterashima changed the title Survey units feat(Survey Unit): Anonymous user can work on unit Jun 2, 2025
@hirokiterashima hirokiterashima merged commit dbc285b into develop Jun 6, 2025
2 of 3 checks passed
@hirokiterashima hirokiterashima deleted the survey-units branch June 6, 2025 19:44
@hirokiterashima
Copy link
Member

🎉 This PR is included in version 1.13.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants