Eamonn de Leastar

Results 34 issues of Eamonn de Leastar

The Dashboard stores a list of recently accessed courses. Consider a feature whereby a student could bookmark within a course - say a Lab or a Topic or a Video....

sveltekit
feature

Currently SSR is disabled for the majority of routes in the application. This has largely been because of: - [TalkCard](https://github.com/tutors-sdk/tutors/blob/development/src/lib/ui/learning-objects/content/Talk.svelte): this must be executed client side - [MarkdownUtils](https://github.com/tutors-sdk/tutors/blob/development/src/lib/services/models/markdown-utils.ts): This is...

sveltekit
refactor

Reimagine the TutorsTime Calendar view: .. to use the Github Contribution Graph style: Possible components: - [SvelteHeatMap](https://github.com/scottbedard/svelte-heatmap) - [wc-github-graph](https://github.com/enpitsuLin/wc-github-graph)

typescript
svelte
tailwind
feature

Examine the current approach to API keys: - [.env](https://github.com/tutors-sdk/tutors/blob/development/.env.example) Trace the usage of these keys in the application and asses the protection (or otherwise) of same. Propose a more secure...

sveltekit
refactor