GithubHelp home page GithubHelp logo

idea2app / idea2app.github.io Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 5.0 16.27 MB

idea2app 团队官方网站

Home Page: https://idea2.app

TypeScript 91.77% JavaScript 3.83% Shell 0.31% Less 1.94% Dockerfile 2.16%

idea2app.github.io's Introduction

idea2app OWS

React project scaffold based on TypeScript, Next.js, Bootstrap & Workbox. And this project bootstrapped with create-next-app.

CI & CD

Open in GitHub Codespaces Open in Gitpod

Technology stack

Best practice

  1. Install GitHub apps in your organization or account:

    1. Probot settings: set up Issue labels & Pull Request rules
    2. PR badge: set up Online VS Code editor entries in Pull Request description
  2. Click the Use this template button on the top of this GitHub repository's home page, then create your own repository in the app-installed namespace above

  3. Click the Open in GitHub codespaces button on the top of ReadMe file, then an online VS Code development environment will be started immediately

  4. Set Vercel variables as Repository secrets, then every commit will get an independent Preview URL

  5. Recommend to add a Notification step in GitHub actions for your Team IM app

  6. Remind the PMs & users of your product to submit Feature/Enhancement requests or Bug reports with Issue forms instead of IM messages or Mobile Phone calls

  7. Collect all these issues into Project kanbans, then create Pull requests & add closes #issue_number into its description for automation

Getting Started

First, run the development server:

npm i pnpm -g
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deployment

Environment variables

name file description
SENTRY_AUTH_TOKEN .env.local Official document
SENTRY_ORG .env Official document
SENTRY_PROJECT .env Official document
NEXT_PUBLIC_SENTRY_DSN .env Official document

Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Docker

pnpm pack-image
pnpm container

idea2app.github.io's People

Contributors

techquery avatar wangrunlin avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

idea2app.github.io's Issues

产品原型渲染页

  • 桌面端:用自研超级表格组件渲染每个模型
  • 移动端:卡片列表页、详情页、编辑页

成员列表(主页 + 专页)

后端接口

数据源

https://idea2app.feishu.cn/base/bascnFeH8Q37XWX0LLlBB9ojQzf?table=tblJ98JHGEX0o6ij&view=vewV7jECXV

模型参考

https://github.com/idea2app/idea2app.github.io/blob/main/models/Project.ts

前端界面

设计参考

https://ideapp.dev/?section=members

代码参考

静态结构

<Section
id="members"
title="核心成员"
summary="小而美、自下而上生长的学习型团队"
>
<ul className="list-unstyled row mt-5">
{members.map(({ name, GitHub, position, summary }) => (
<MediaObject
key={name}
className="col-12 col-md-6 mb-3"
listItem
image={`https://github.com/${GitHub}.png`}
title={name}
>
<h4 className="text-muted">{position}</h4>
<p className="text-muted">{summary}</p>
</MediaObject>
))}
</ul>
</Section>

滚动列表

https://github.com/idea2app/idea2app.github.io/blob/main/components/Project/index.tsx

成员招募页

主要内容

我们是怎样的团队

  • 先明确了「只工作,不上班」的工作模式生活方式,再自由探索业务方向
  • 主动跳出 内卷996
  • 遵循「懒人共识」的高效**管理模式 —— 主动者做决定

我们欢迎怎样的人

  • 具备主观能动性 —— 自主管理,所以轻量化管理,而非 轻视管理
  • 具备常识逻辑
  • 认同自由开放平等的价值观

JavaScript 工程师

Python 工程师

email link

  • 配置飞书邮箱 DNS
  • 收集邮箱别名表单

移动端 左右滚动条

进入主页后会有左右滑动的活动条

测试设备:

  • iPhone Xs (Safari)

  • Xiaomi Redmi K40 (Via)

  • 移动端添加左右边距

Footer

  • copyright
  • nav link
  • social media link
  • #47

成员列表优化

多色标签

bg={text2color(value, ['light'])}

必填字段

  1. 昵称
  2. 职位
  3. 简介
  4. 技能

https://github.com/kaiyuanshe/kaiyuanshe.github.io/blob/07375ad047427f96ccd314fb7f35ddba09cd7927/models/Agenda.ts#L27

首页摘要

<section>
<h2 className="my-5 text-center">{t('open_source_project')}</h2>
<GitListLayout defaultData={repositories} />
<footer className="text-center mt-5">
<Button variant="outline-primary" size="sm" href="/open-source">
{t('load_more')}
</Button>
</footer>
</section>

团队发展史

从团队之初发展到现在,经历的种种(找人、洽谈、做项目...),照片以及事件。

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.