Skip to content

Commit

Permalink
Turned off in-memory repo and updated tasks list
Browse files Browse the repository at this point in the history
  • Loading branch information
tedyoung committed Oct 2, 2023
1 parent 2456018 commit f05d8de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Tasks.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f05d8de

Please sign in to comment.