diff --git a/Tasks.md b/Tasks.md index 092cab4c..893505db 100644 --- a/Tasks.md +++ b/Tasks.md @@ -1,6 +1,6 @@ # Tasks -[ ] Update schema and DB adapter for "Spectators" data from Ensemble +[ ] Deploy: update Zoom credentials for environment variables on Railway [ ] Hide both Join & Participate buttons when the Ensemble is in the past (e.g., "pending_complete") [ ] Test against EnsembleSummaryView, adding a "show" boolean for each of the Actions @@ -9,6 +9,8 @@ [ ] Remove deprecated EnsembleSummaryView.memberStatus() method [ ] Remove showing memberStatus from member-register.html +[ ] Add display of Spectators to admin screens + [ ] Start writing HTML tests?? # Optional diff --git a/src/main/resources/application-local.properties b/src/main/resources/application-local.properties index efbf3540..29c9c8d5 100644 --- a/src/main/resources/application-local.properties +++ b/src/main/resources/application-local.properties @@ -12,4 +12,4 @@ spring.datasource.url=jdbc:postgresql:postgres spring.datasource.driver-class-name=org.postgresql.Driver # true if we should use the in-memory repositories, otherwise the Spring Data JDBC ones are used -mobreg.repository.inmemory=true +mobreg.repository.inmemory=false