Skip to content

coknowsys/chimera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

Chimera Project Structure πŸš€

src/

Contains the main source code for the application.

resources/ 🌐

Resource definitions for the application.

  • expert/: Expert resource including location data (latitude and longitude).
    • ExpertResource.js: Expert resource definition with location attributes.
    • components/: Components specific to the expert resource.
      • SearchForm.svelte: Component for searching experts based on location and other criteria.
      • ExpertList.svelte: Component to list experts, possibly with map integration.
      • ExpertProfile.svelte: Detailed profile view for each expert.
    • services/: Services for expert data handling, including geolocation services.
    • stores/: Stores for state management related to experts.
  • user/: User resource.
  • ...: Other resources.

routes/ πŸ›£οΈ

Svelte pages generated from resources.

  • experts/: Generated routes for expert resources, including search and profile views.
  • ...: Other generated routes.

lib/ πŸ“š

Shared libraries and utilities.

  • api/: API interactions, possibly including location-based queries.
  • utils/: Utility functions, including location-related utilities.

components/ 🧩

Reusable components for the application.

  • Map.svelte: Component to display map with expert locations.
  • ...: Additional reusable components.

stores/ πŸͺ

Svelte stores for state management.

  • location.js: Store for managing user location and preferences.
  • ...: Other stores.

services/ 🌟

Business logic and data fetching.

  • geolocation.js: Service for handling geolocation data and functionalities.

pages/ πŸ“„

Main pages of the application.

  • Home.svelte: Home page of the application.
  • About.svelte: Information about the application.
  • ...: Additional pages.

tests/ πŸ§ͺ

Unit and integration tests for the application.

static/ πŸ–ΌοΈ

Static assets like images, fonts, etc.

node_modules/ πŸ“¦

npm packages for the application.

package.json πŸ“„

Project metadata and dependencies.

svelte.config.js βš™οΈ

Configuration file for SvelteKit.

About

test env for knowledge infra platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors