Coder Social home page Coder Social logo

初期の機能 about harmony_reader HOT 1 OPEN

yukyu30 avatar yukyu30 commented on July 23, 2024
初期の機能

from harmony_reader.

Comments (1)

yukyu30 avatar yukyu30 commented on July 23, 2024

https://chat.openai.com/share/942a7cde-16e3-44b9-a1ec-493ef0912862

GPTに聞いた

Organizations Table(組織テーブル)
id: 主キー
name: 組織の名前
description: 組織の説明

Users Table(ユーザーテーブル)
id: 主キー
email: ユーザーのメールアドレス
password_digest: パスワード(暗号化された状態)
その他ユーザーに関連する情報

UserOrganizations Table(ユーザーと組織の中間テーブル)
user_id: ユーザーテーブルのid(外部キー)
organization_id: 組織テーブルのid(外部キー)
organization_role_id: 組織ロールテーブルのid(外部キー)

OrganizationRoles Table(組織ロールテーブル)
id: 主キー
name: ロールの名前(例: 管理者、メンバー)

ApplicationRoles Table(アプリケーションロールテーブル)
id: 主キー
name: ロールの名前(例: スーパーユーザー、一般ユーザー)
user_id: ユーザーテーブルのid(外部キー)

Feeds Table(フィードテーブル)
id: 主キー
organization_id: 組織テーブルのid(外部キー)
url: RSSフィードのURL
title: フィードのタイトル
description: フィードの説明

Articles Table(記事テーブル)
id: 主キー
feed_id: フィードテーブルのid(外部キー)
title: 記事のタイトル
content: 記事の内容
published_at: 記事の公開日時
url: 記事のURL

from harmony_reader.

Related Issues (3)

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.