Git Product home page Git Product logo

devclad-inc / devclad Goto Github PK

View Code? Open in Web Editor NEW
121.0 2.0 4.0 11.4 MB

DevClad is a social-workspace platform for developers. Network, build, and ship your ideas rapidly.

Home Page: https://devclad-client-landing.vercel.app/

License: Other

HTML 0.49% CSS 0.41% JavaScript 2.26% TypeScript 68.71% Go 0.87% Python 27.10% Shell 0.17%
collaboration developer-productivity django django-rest-framework go python react remote-work social typescript

devclad's Introduction

DevClad - Meet other developers 1:1 - team up on projects + hackathons | Product Hunt

⚡ DevClad ⚡

Network, Build, and Ship rapidly ⚡

A social workspace platform for developers to dive in a new realm.

Discord Website

Features

Roadmap

  • Release v1 beta.

Apps


Contributing

Styling

  • Tabs not spaces. Tabs are 4 spaces.

    • (Exception: server code which uses Python with black formatting)
  • Use prettier for formatting.

  • Using Airbnb Style Guide for ESLint with some modifications.

  • In the process of migrating to Romev10. Use bun [command] to run the linter/formatter. Prior to that, run bun install to install the dependencies. Why? bun is much faster even for a single commands like these.

Absolute Imports

Usage: Use @ for absolute imports. Exception: Code within shared packages.

Nixpack

Nixpack is used to deploy the server. Why are there 2 of those files? The one at the root of the repo is used for deployment. The one in apps/server is used for local builds. They are almost identical.

Sponsors


Shout out to FlightControl for sponsoring DevClad's API deployments to AWS Fargate on the Team Plan for free.

devclad's People

Contributors

arthtyagi avatar deepsource-autofix[bot] avatar deepsourcebot avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

devclad's Issues

Calendar Integration

Integrate calendar to prevent 1:1 video lock-in on DevClad and make scheduling easier.

Integration Tests

Don't need 100% testing coverage, just a few important tests to work correctly at all times:

  • Login
  • Signup
  • Onboarding submit
  • One-One Actions
    • Add to Circle
    • Pass for 4 weeks
    • Never show again
  • Disconnect
  • Block
  • Connect (one-way)

Optimistic UI updates on settings/

For POST/PUT/PATCH requests (except for AuthService), use Optimistic UI updates pattern.
Replicate pattern everywhere.

This issue is meant to provide a starting point for that pattern in the codebase.

P.S remove loggedInUser from local storage after updating profile/user.

Emails

Generate emails from all our data and send them at a particular frequency using task queue.
PST/PDT 9AM

  • Weekly - (1-ON-1 match of the week)
  • Bi-weekly (twice a week)
  • Monthly wrap-up.

Also,

  • Better pass-reset + verification email(in terms of UX)
  • Welcome email
  • Acceptance email (hey, your account just got approved)
  • Remind users to finish onboarding once a week if not finished yet.

OneOne and Profile actions

  • Add to circle (one-one) (symmetrical add)
  • Disconnect
  • Block
  • Never show again (1on1) (shadow_users)
  • Skip for 4 week (1on1) (skipped_users)

Add loading spinner

Loading spinner for the whole app.
use IsFetching → make QueryLoader → add it to main.tsx

Social module

Functionality for:

  • Weekly 1:1 match (using KNN to find the match) DevClad-Inc/devclad-server#11
  • DevClad-Inc/devclad-server#13
  • #48

1:1 match: Chat | if video_call_frinedly → “Hey, when are you free to have a video chat?"

Multi-step form

  • Check status
    • Build routes for unapproved users.
    • Step 1: Profile
    • Step 2: Social Preferences
    • Submit (sets userstatus to submit). Only shown when:
      1. profile and social prefs are filled.
      2. userstatus is not “approved” + status is “not submitted”.
      3. Show update button instead if status is “submitted”.

Meetings

  • Meeting links
  • 1:1 layout
  • PeerJS
  • Scheduling logic
    • Scheduling email
  • Reminder email
  • Display preferred scheduling datetime of other user.
  • Reschedule modal

Can't login

Hello DevClad team!
I've received the beta update and tried to login, but I could not.
I first tried with my email (the one where I received the newsletter) and PWD, but I must have forgotten my password, so I've clicked the "Forgot password link", requested a link, but never got an email.
Then I tried to log in with GitHub. the OAuth flow did complete successfully, it does say "Authenticated", but I am redirected to the login page, and I can't find any way to get past the login page

Get Started View

  • Get started button

^This is needed after available_this_week is turned to False by default. Not needed for now.

Admin

Admin panel optimized for:

  • internal/ path in the webapp
  • approving users and sending emails after approving users.
  • Remind users to finish onboarding
  • Keep track of "potential users"/"leads".

Secure serverless auth mechanism

Currently, auth is handled using cookies on the client side (non-http).

  • Vercel Serverless Function.
  • Replace existing usage of non-httpOnly cookies.
    • Cookies.set -> serverlessCookie(key,value,expiry)
    • Cookies.get -> getCookie(key)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.