Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PraiseLink
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TheDutchProgrammers
PraiseLink
Commits
c623e212
Verified
Commit
c623e212
authored
1 year ago
by
Miniontoby
Browse files
Options
Downloads
Patches
Plain Diff
Update readme, fix issue with musicsheet
parent
d3f7955f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+6
-5
6 additions, 5 deletions
README.md
socketIoHandler.js
+1
-1
1 addition, 1 deletion
socketIoHandler.js
src/routes/(user)/musicsheets/create/+page.svelte
+1
-1
1 addition, 1 deletion
src/routes/(user)/musicsheets/create/+page.svelte
with
8 additions
and
7 deletions
README.md
+
6
−
5
View file @
c623e212
...
...
@@ -7,18 +7,19 @@ Sheet music, lyrics and more sharing web platform for churches and other live pe
Web app for sharing the lyrics for the services
-
[X] You can then create teams
-
[X] Within team, owner can use the songs
-
[X] Within team, leader can create playlist
-
[X] Within playlist, leader can add songs
-
[X] Lyrics as main item
-
[X] Add your own music sheets
-
[X] Support commonly used ChordPro format
-
[ ] Even 'linking' them to the lyrics
-
[
] If the text is large, it scrolls to it
-
[
X
] If the text is large, it scrolls to it
-
[ ] Make recordings of yourself singing/playing it, so that the rest can practice (such as for the drummers, for example)
-
[ ] With a practice 'view' (maybe)
-
[X] Add an liveview with a share key, like at Kahoot
-
[
] Allow the leader to control/scroll
-
[
] Add an remote API for external programs
-
[
] Add an integration with my SongTextProjector so that it would sync to the songtext on the screen
-
[
X
] Allow the leader to control/scroll
-> actually all users can scroll it now...
-
[
X
] Add an remote API for external programs
-
[
X
] Add an integration with my SongTextProjector so that it would sync to the songtext on the screen
...
...
This diff is collapsed.
Click to expand it.
socketIoHandler.js
+
1
−
1
View file @
c623e212
...
...
@@ -15,6 +15,7 @@ export default function injectSocketIO(server) {
else
next
(
new
Error
(
'
Not Authorized
'
));
});
/*
io.engine.on("headers", (headers, request) => {
if (!request.headers.cookie) return;
const cookies = parse(request.headers.cookie);
...
...
@@ -23,7 +24,6 @@ export default function injectSocketIO(server) {
}
});
/*
socketioAuth(io, {
authenticate: function (socket, data, callback) {
//get credentials sent by the client
...
...
This diff is collapsed.
Click to expand it.
src/routes/(user)/musicsheets/create/+page.svelte
+
1
−
1
View file @
c623e212
...
...
@@ -90,7 +90,7 @@
disabled=
{
working
}
/>
<TextField
id=
"
file
"
id=
"
content
"
type=
"textarea"
placeholder=
{
$_
(
'
fields.musicsheet.content.placeholder
'
)
}
label=
{
true
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment