Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #96 from doras-to/end-of-year-sync-2023
Browse files Browse the repository at this point in the history
  • Loading branch information
tommerty committed Dec 28, 2023
2 parents 765676f + 72a33e6 commit d6f6618
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 1 deletion.
Binary file added public/assets/meeting sync.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/syncevent.webp
Binary file not shown.
68 changes: 68 additions & 0 deletions src/content/blog/end-of-year-sync-2023.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
draft: false
title: "End Of Year Sync - 2023"
snippet: "We just launched our closed beta, here's what you need to know!"
image: { src: "/assets/syncevent.webp", alt: "person on a computer going to a website looking really happy generated by DALLE 2" }
publishDate: "2023-12-28"
category: "Meeting Minutes"
author: "Tommy Lundy"
authorURL: "https://doras.to/tommerty"
tags: [meeting, minutes, team sync, doras, beta, launch]
---

# Overview

On December 28th, 2023, Doras & Co held their "End of Year Sync" meeting, providing updates on the current state of Doras and discussing plans for the upcoming months. [Dannielle](https://doras.to/lady-d-22)(the Doras "Wordsmith Commodore") served as the minute taker, documenting key points and discussions throughout the meeting.

<div className="flex-col bg-surface-500 p-3 rounded-xl text-white prose-headings:text-white">
<h4 className="!mt-0 font-bold text-xl">Meeting Information</h4>
<ul>
<li>Day: December 28th, 2023 </li>
<li>Purpose: First public meeting about Doras and giving updates of where we are Minute Taker: Dannielle Questions asked during the meeting</li>
</ul>
</div>

**Attendees**

- [Tommy](https://doras.to/tommerty) - (Admiral of the Fleet)
- [Dannielle](https://doras.to/lady-d-22) - (Wordsmith Commodore)
- [Trent](https://doras.to/trent) - (Admiral of Technology)
- [Siddy](https://doras.to/siddy) - (Community Member)
- [iBailzy](https://doras.to/ibailzy) - (Community Member)
- [Braaimeester](https://doras.to/braaimeesterza) - (Community Member)
- Paddy (co attending w/ Ethan) - (Community Members)

## Agenda

1. ### Closed Alpha Progress

The closed alpha is showing promising results with over 20 users and 500 page requests in a single day. The user base slowed down over Christmas but reached 1200+ active users in the week of the 11th of December. Discussion included sources of traffic, such as [Twitter](https://twitter.com), [LinkedIn](https://linkedin.com), [YouTube](https://youtube.com), [Facebook](https://facebook.com), [Streamup.tips](https://Streamup.tips), and other platforms.

2. ### Public Beta Release

The team discussed the challenges and progress towards the public beta release. One major hurdle involves the integration of Doras Pro, custom domains, and mapping users to subdomains. The tentative timeline for the public beta is set for the end of January or February. Issues with the payment provider, media kit finalization, and link shortening service were also addressed.

The want of including QR codes for easy profile sharing, were shared, as well as plans to transform Doras into a content management system (CMS) with blogs and a brand account were also mentioned. Issues related to the link shortening service, text editor, missing headers, and mobile responsiveness were discussed.

3. ### Doras App Status

It was mentioned that the Doras app is still in development and will be released after the public beta. The app will be available on both iOS and Android via a progressive web app (PWA).

4. ### Doras Pro Features

Details about upcoming features for Doras Pro such as custom domains and further analytics were discussed.

5. ### Need for Additional Support
The team emphasized the need for more hands on deck to support the growth of Doras. Currently, Tom and Trent are handling most tasks, and volunteers with various skills are welcome to contribute. Tom highlighted that Doras operates on a volunteer basis, providing valuable experience for contributors and the potential to actually make this a paid company once revenue is flowing.

## Discussion Items

During the meeting, community members raised questions, including whether Doras would expand to a wider community. The response indicated gradual growth, with new members signing up to the waitlist and becoming active within 24 hours.

## Action Items

The community insisted on taking a slow approach and not to rush the development. The team agreed to focus on the core features and ensure that the platform is stable before adding new features. The team also agreed to focus on the Doras Pro features and ensure that the payment system & referral system is working before the public beta release.

## Conclusion

As Doras & Co navigates through challenges and milestones, the commitment to transparency and community involvement remains strong. The team welcomes new contributors and continues to shape Doras into a platform that meets the needs of its growing user base.
2 changes: 1 addition & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { color } from "framer-motion";
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: ["class"],
content: ["./pages/**/*.{ts,tsx,astro}", "./components/**/*.{ts,tsx,astro}", "./app/**/*.{ts,tsx,astro}", "./src/**/*.{ts,tsx,astro}"],
content: ["./pages/**/*.{ts,tsx,astro,md,mdx}", "./components/**/*.{ts,tsx,astro,md,mdx}", "./app/**/*.{ts,tsx,astro,md,mdx}", "./src/**/*.{ts,tsx,astro,md,mdx}"],
theme: {
container: {
center: true,
Expand Down

0 comments on commit d6f6618

Please sign in to comment.