Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New onboarding flow + console navigation #1517

Open
wants to merge 101 commits into
base: feat-pink-v2
Choose a base branch
from

Conversation

ernstmul
Copy link
Contributor

@ernstmul ernstmul commented Nov 15, 2024

What does this PR do?

New onboarding flow for users after registering.

The first FREE organisation is automatically created ("Personal projects"). The user only has to provide the name of their first project:
image

A loading and welcome animation is shown, before the user is brought to the dashboard:

Screen.Recording.2025-01-09.at.14.29.50.mov

Also in this PR is the new console navigation:
image

As well as get started pages:
image

Have you read the Contributing Guidelines on issues?

@coolify-appwrite-org
Copy link

coolify-appwrite-org bot commented Nov 15, 2024

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-01-21 13:38:44 CET

src/lib/components/breadcrumbsConsole.svelte Outdated Show resolved Hide resolved
src/lib/components/breadcrumbsConsole.svelte Outdated Show resolved Hide resolved
src/lib/components/breadcrumbsConsole.svelte Outdated Show resolved Hide resolved
src/lib/components/breadcrumbsConsole.svelte Outdated Show resolved Hide resolved
src/lib/components/breadcrumbsConsole.svelte Outdated Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if I use a different browser, incognito mode or a different device?
The onboarding would show each and every time. Lets use the team prefs instead.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I saw a logo url set as https://appwrite.io/images/logos/logo.svg somewhere, lets use the local svg instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not the same logo

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whats the difference apart from size? 👀

@coolify-appwrite-org
Copy link

coolify-appwrite-org bot commented Jan 22, 2025

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-01-23 10:28:37 CET

if (currentOrgId) {
const orgProjects = await sdk.forConsole.projects.list([
Query.equal('teamId', currentOrgId),
Query.limit(100),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not that anyone would have more than 100, but that's an issue for some another day 👍.

Copy link
Member

@ItzNotABug ItzNotABug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

checked the addressed changes, seem ok. lmk once we move forward.

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.

2 participants