Skip to content

Commit

Permalink
feat: Calendly features
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphclue committed Nov 18, 2024
1 parent a0fa95d commit 463ae02
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 18 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/src/app/about/features/features.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Component} from '@angular/core';

import features from './features.json';

const apps = ['Apollusia', 'Doodle', 'DuD-Poll'] as const;
const apps = ['Apollusia', 'Doodle', 'DuD-Poll', 'Calendly'] as const;
type App = typeof apps[number];

interface Feature {
Expand Down
51 changes: 34 additions & 17 deletions apps/frontend/src/app/about/features/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"support": {
"Apollusia": true,
"Doodle": true,
"DuD-Poll": true
"DuD-Poll": true,
"Calendly": true
}
},
{
Expand All @@ -17,7 +18,8 @@
"support": {
"Apollusia": true,
"Doodle": true,
"DuD-Poll": true
"DuD-Poll": true,
"Calendly": false
}
},
{
Expand All @@ -27,7 +29,8 @@
"support": {
"Apollusia": true,
"Doodle": false,
"DuD-Poll": false
"DuD-Poll": false,
"Calendly": true
}
},
{
Expand All @@ -37,7 +40,8 @@
"support": {
"Apollusia": false,
"Doodle": false,
"DuD-Poll": true
"DuD-Poll": true,
"Calendly": false
}
}
],
Expand All @@ -49,7 +53,8 @@
"support": {
"Apollusia": true,
"Doodle": true,
"DuD-Poll": false
"DuD-Poll": false,
"Calendly": false
}
},
{
Expand All @@ -59,7 +64,8 @@
"support": {
"Apollusia": true,
"Doodle": "Always",
"DuD-Poll": "Always"
"DuD-Poll": "Always",
"Calendly": false
}
},
{
Expand All @@ -69,7 +75,8 @@
"support": {
"Apollusia": true,
"Doodle": "Paid option",
"DuD-Poll": false
"DuD-Poll": false,
"Calendly": false
}
},
{
Expand All @@ -79,7 +86,8 @@
"support": {
"Apollusia": true,
"Doodle": false,
"DuD-Poll": false
"DuD-Poll": false,
"Calendly": "Only after confirming an event"
}
},
{
Expand All @@ -89,7 +97,8 @@
"support": {
"Apollusia": true,
"Doodle": false,
"DuD-Poll": false
"DuD-Poll": false,
"Calendly": false
}
},
{
Expand All @@ -99,7 +108,8 @@
"support": {
"Apollusia": true,
"Doodle": false,
"DuD-Poll": false
"DuD-Poll": false,
"Calendly": false
}
}
],
Expand All @@ -111,7 +121,8 @@
"support": {
"Apollusia": true,
"Doodle": false,
"DuD-Poll": "Repeating the time for every day is possible"
"DuD-Poll": "Repeating the time for every day is possible",
"Calendly": "Only sequential events are possible mouse-dragging"
}
},
{
Expand All @@ -121,7 +132,8 @@
"support": {
"Apollusia": true,
"Doodle": false,
"DuD-Poll": false
"DuD-Poll": false,
"Calendly": false
}
},
{
Expand All @@ -131,7 +143,8 @@
"support": {
"Apollusia": true,
"Doodle": false,
"DuD-Poll": false
"DuD-Poll": false,
"Calendly": false
}
},
{
Expand All @@ -141,7 +154,8 @@
"support": {
"Apollusia": true,
"Doodle": "Paid option",
"DuD-Poll": false
"DuD-Poll": false,
"Calendly": true
}
}
],
Expand All @@ -153,7 +167,8 @@
"support": {
"Apollusia": true,
"Doodle": true,
"DuD-Poll": true
"DuD-Poll": true,
"Calendly": true
}
},
{
Expand All @@ -163,7 +178,8 @@
"support": {
"Apollusia": "Only for creator, but planned. See #60",
"Doodle": false,
"DuD-Poll": true
"DuD-Poll": true,
"Calendly": false
}
},
{
Expand All @@ -173,7 +189,8 @@
"support": {
"Apollusia": false,
"Doodle": false,
"DuD-Poll": true
"DuD-Poll": true,
"Calendly": false
}
}
]
Expand Down

0 comments on commit 463ae02

Please sign in to comment.