All Projects → work-design → work.design

work-design / work.design

Licence: MIT license
Work Design 开源版本 Full feature & Modular work manage app

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to work.design

luna-platform
党建管理平台
Stars: ✭ 146 (+758.82%)
Mutual labels:  work
counter-interview.dev
a collaborative collection of interview questions collected from both sides of the game: Interviewer(s) and Interviewee.
Stars: ✭ 102 (+500%)
Mutual labels:  work
effect-js
JavaScript Library to access and develop dApps on Effect Network.
Stars: ✭ 56 (+229.41%)
Mutual labels:  work
ES-Timer
A USB timer powered by Digispark ATtiny85 according to 🍅 pomodoro time management technique
Stars: ✭ 45 (+164.71%)
Mutual labels:  work
MeetNinja-Google-Meet-Bot
A super dope tool that attends your Google Meet(s) for you. Flawlessly handles scheduled multiple (subsequent) Meet sessions. Also disables the camera & microphone, and shows timestamps of joining & ending times for each Meet. Supported: Google Chrome / Mozilla Firefox running on Linux / Mac / Windows
Stars: ✭ 56 (+229.41%)
Mutual labels:  work
dotfiles
My dotfiles
Stars: ✭ 22 (+29.41%)
Mutual labels:  work
git2gus
A Github application to keep issues in sync with Agile Accelerator
Stars: ✭ 27 (+58.82%)
Mutual labels:  work
causefolio
For the community, by the community.
Stars: ✭ 44 (+158.82%)
Mutual labels:  work
guia-laboral
Tips para un buen Curriculum Vitae y filtrar malas pegas
Stars: ✭ 39 (+129.41%)
Mutual labels:  work
Development
All sort of public guides and information related to mobile development.
Stars: ✭ 15 (-11.76%)
Mutual labels:  work
mesh
Решает тесты с МЭШ.
Stars: ✭ 19 (+11.76%)
Mutual labels:  work
workplace
Time sheet application for organisations.
Stars: ✭ 35 (+105.88%)
Mutual labels:  work
find-work
Curated list of websites and resources to find work programming
Stars: ✭ 91 (+435.29%)
Mutual labels:  work
home
Work Design 项目说明
Stars: ✭ 30 (+76.47%)
Mutual labels:  work
timeclock
Simple work time clocking service
Stars: ✭ 21 (+23.53%)
Mutual labels:  work
stato-electron
An app to let you do your work without letting anybody disturb you in between 💻.
Stars: ✭ 13 (-23.53%)
Mutual labels:  work
japan
去日本打拚的各種筆記 A knowledge base for Taiwanese people working in Japan
Stars: ✭ 111 (+552.94%)
Mutual labels:  work
radioDaal
Radio Daal podcast website
Stars: ✭ 16 (-5.88%)
Mutual labels:  work
flask-jobs
Flask-related job opportunities.
Stars: ✭ 74 (+335.29%)
Mutual labels:  work

Work Design

Work Design 官网 源码,基于业务组件快速开发。

Work Design 官网 是服务于 Work Design 生态的应用,也是业务组件化开发的示例项目。

特性

  • 所有功能作为 SaaS 服务开放,注册即可使用;
  • 可独立部署以及二次开发;

主要功能

  • 组织管理、OA(办公管理)
  • 财务管理
  • ERP 供应链管理
  • 电商(门店、在线商城、租用、团购)
  • CMS 内容管理,基于 Markdown 本地文件
  • 通用:权限管理、
  • 微信生态

技术栈

Rails 原教旨主义,善用 Rails Engine,尽可能减少依赖。不仅如此,通过对 Rails 框架的扩展和规范使用,代码量远低于常规 Rails 项目。

  • 全栈 MVC 框架:Ruby On Rails

  • Hotwire:直接传输 HTML 片段的策略

  • 前端 CSS:纯 CSS 库,需要的 javascript 采用 stimulus 在 RailsDesign 项目中实现;

  • 数据库

    • Postgresql:关系型数据库
    • Redis:内存数据库,用于缓存,队列任务等;

准备

  • 安装依赖
    • bundle install
    • yarn install
  • 检查配置文件
    • bin/rails credentials:edit: 修改 db_development, db_test 为你本地数据库
  • 数据库准备
    • 修改数据库,数据库格式:postgres://username:password@host:port/database
    • bin/rails db:create
    • bin/rails db:schema:load,因为 migrations 是自动生成的,不太完备,用这个命令准备数据库;

开发

  • bin/dev
  • bin/rails s

依赖及配置

Redis

  • Action Cable: redis://localhost:6379/1
  • Action Job / Sidekiq: redis://127.0.0.1:6379/0(默认)
  • Cache: redis://localhost:6379/2

项目发展

资金

  • 捐赠:如果你觉得这套系统对您有效,欢迎捐赠;
  • 付费: 我们提供付费服务,包括付费咨询,付费安装。

参与

我们鼓励任何人以任何形式参与到本项目的发展当中,包括:

  • 成为我们的用户;
  • 成为我们的全职职员、兼职职员或者志愿者;
  • 投资、捐赠;
  • 基于本项目开发自己的项目;

我们也鼓励任何个体在遵从部分限制条件的前提下(需在显眼位置添加基于本项目的说明,具体参见LICENSE)基于本项目衍生发展自己的项目。

参与项目开发

其他

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].