Meeting schedule as reusable api microservice. #3955
Unanswered
ernichechelski
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @ernichechelski, thank you for reaching out. The meeting sources API uses this npm package: jw-epub-parser, so feel free to check it out if you want to help us on improving it. We created the API that uses this package to reduce the workload of the app, and expose the endpoint to the app. Thank you. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I really admire the work that’s being done here — it’s impressive!
My experience is primarily with native iOS development, so I’ve found it a bit challenging to fully understand the structure of this project. That said, I wanted to bring up one topic.
Integrating this app into the full congregation workflow can be difficult for several reasons — mainly because every member would need to be familiar with such tools. Personally, I’ve found it most practical to apply programming skills to improve smaller, more specific areas. For example, I’ve automated the creation of literature cart schedules, which has been quite helpful.
I’d love to expand on that and automate the creation of schedules for upcoming meetings. However, that’s proven to be a tricky challenge. I considered parsing the .jwpub files for schedule data, but that approach seems quite fragile and hard to maintain.
That’s why I was excited to see (unless I misunderstood!) that you’ve published a separate API that provides this kind of data. 😄
Would you consider making that API public or open source? I’d be thrilled to help create clear documentation so that the functionality could be implemented across different languages and platforms.
An independent API that serves meeting schedule data could really enable the development of lightweight tools — not as competitors to your app, of course, but as complementary utilities focused on specific tasks (e.g., generating blank Google Docs schedules that others can easily fill in).
What do you think? Maybe would you be so kind to give me some hint where to start to implement it by myself? 🤔
Regards!☺️
Beta Was this translation helpful? Give feedback.
All reactions