Skip to content

feat: event page for keploy with mock data#95

Open
Abbhiishek wants to merge 4 commits into
keploy:mainfrom
Abbhiishek:event-page
Open

feat: event page for keploy with mock data#95
Abbhiishek wants to merge 4 commits into
keploy:mainfrom
Abbhiishek:event-page

Conversation

@Abbhiishek

Copy link
Copy Markdown

image

Event Data Type:

export interface EventType {
    id: number;
    title: string;
    subtitle: string;
    description: string;
    startsAt: string;
    duration: number;
    tags: string[];
    registerURL: string | null;
    createdAt: string;
    updatedAt: string;
    publishedAt: string;
    banner: {
        url: string;
        width: number;
        height: number;
    };
}

Signed-off-by: Abhishek kushwaha <abhishekkushwaha1479@gmail.com>
@Hermione2408

Copy link
Copy Markdown
Contributor

@Abbhiishek Is this PR ready to review?

@keploy-staging

Copy link
Copy Markdown

⚠️ Oops! We currently support Unit Test Generation only for Go projects.
Stay tuned – support for more languages is coming soon! 🚀

1 similar comment
@keploy-staging

Copy link
Copy Markdown

⚠️ Oops! We currently support Unit Test Generation only for Go projects.
Stay tuned – support for more languages is coming soon! 🚀

@keploy

keploy Bot commented Apr 15, 2025

Copy link
Copy Markdown

Nice Pr 😄. We currently support Unit Test Generation only for Go projects.
Stay tuned – support for more languages is coming soon! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants