Eamonn de Leastar

Results 34 issues of Eamonn de Leastar

Devise a strategy to extend Tutors Search to PDF content. Possible approach: consider a modification to the generator project: - When generating a project, produce a json representation of the...

typescript
feature

Tutors Search currently works over labs + notes. Extend the search to also include card summaries.

typescript
feature

The Toc for a course (Top Right button) is rendered using [Accordions](https://www.skeleton.dev/components/accordions): - [CourseContext](https://github.com/tutors-sdk/tutors/blob/development/src/lib/ui/learning-objects/structure/CourseContext.svelte) This works fine, but a new Skeleton component: - [TreeView](https://www.skeleton.dev/components/tree-views) … might be more efficient and...

skeleton
refactor

Skeleton.dev has a theme designer: - [Theme Designer](https://www.skeleton.dev/docs/generator) Design a new theme. Note that a set of icons can also be included in this theme, selected from here: - [Iconify](https://iconify.design/)...

skeleton
feature

This workshop was prepared in 2023 as an introduction to the Tutors System: - [Tutors Workshop 2023](https://tutors.dev/course/tutors-workshop-2023) The source for this workshop is here: - [Tutors Workshop 2023](https://github.com/tutors-sdk/workshop-2023) The labs...

markdown
tutors
doumentation

Tutors Live: - and the associated Live Course feature (visible in the sidebar + the Profile->Live view) display a list of cards, one per student, showing the current Learning object...

skeleton
typescript
svelte
sveltekit
feature

When working on a lab - particularly with constrained screen size - it may be useful for the lab to be full screen, removing Tutors reader headers, footers + hiding...

skeleton
svelte
tailwind
feature

Devise and implement an internationalisation strategy for Tutors Reader. See - [sveltekit-i18n](https://github.com/sveltekit-i18n/lib) … as potential infrastructure for same.

svelte
sveltekit
feature

The curent Reference Manual: - [Tutors Reference](https://tutors.dev/course/tutors-reference-manual) .. is text only. Develop an 'illustrated' version with screen shots. Include a strategy for updating images as Tutors evoves.

markdown
tutors
doumentation

Explore the feasibility of a redesign the Dashboard of coures accessed to reflect a variation on the Card layout used in Tutors. - [Dashboard Route](https://github.com/tutors-sdk/tutors/tree/development/src/routes/(auth)/dashboard) This may require updating the...

skeleton
svelte
sveltekit
tailwind
feature