Skip to content

Commit 81876ce

Browse files
committed
Structuring the project
1 parent 57be03b commit 81876ce

26 files changed

+431
-246
lines changed

CODE_OF_CONDUCT.md

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
Contributor Covenant Code of Conduct
2+
3+
Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to making participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, sex characteristics, gender identity and expression,
9+
level of experience, education, socio-economic status, nationality, personal
10+
appearance, race, religion, or sexual identity and orientation.
11+
12+
Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment
15+
include:
16+
17+
18+
* Using welcoming and inclusive language
19+
* Being respectful of differing viewpoints and experiences
20+
* Gracefully accepting constructive criticism
21+
* Focusing on what is best for the community
22+
* Showing empathy towards other community members
23+
24+
25+
Examples of unacceptable behavior by participants include:
26+
27+
28+
* The use of sexualized language or imagery and unwelcome sexual attention or
29+
advances
30+
* Trolling, insulting/derogatory comments, and personal or political attacks
31+
* Public or private harassment
32+
* Publishing others’ private information, such as a physical or electronic
33+
address, without explicit permission
34+
* Other conduct which could reasonably be considered inappropriate in a
35+
professional setting
36+
37+
38+
Our Responsibilities
39+
40+
Project maintainers are responsible for clarifying the standards of acceptable
41+
behavior and are expected to take appropriate and fair corrective action in
42+
response to any instances of unacceptable behavior.
43+
44+
Project maintainers have the right and responsibility to remove, edit, or
45+
reject comments, commits, code, wiki edits, issues, and other contributions
46+
that are not aligned to this Code of Conduct, or to ban temporarily or
47+
permanently any contributor for other behaviors that they deem inappropriate,
48+
threatening, offensive, or harmful.
49+
50+
Scope
51+
52+
This Code of Conduct applies both within project spaces and in public spaces
53+
when an individual is representing the project or its community. Examples of
54+
representing a project or community include using an official project e-mail
55+
address, posting via an official social media account, or acting as an appointed
56+
representative at an online or offline event. Representation of a project may be
57+
further defined and clarified by project maintainers.
58+
59+
Enforcement
60+
61+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62+
reported by contacting the project team at gquiman@gmail.com. All
63+
complaints will be reviewed and investigated and will result in a response that
64+
is deemed necessary and appropriate to the circumstances. The project team is
65+
obligated to maintain confidentiality with regard to the reporter of an incident.
66+
Further details of specific enforcement policies may be posted separately.
67+
68+
Project maintainers who do not follow or enforce the Code of Conduct in good
69+
faith may face temporary or permanent repercussions as determined by other
70+
members of the project’s leadership.
71+
72+
Attribution
73+
74+
This Code of Conduct is adapted from the Contributor Covenant, version 1.4,
75+
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# react-gantt-timeline
2+
[![npm](https://img.shields.io/npm/v/react-vlist.svg?style=flat-square)](http://npm.im/react-vlist)
3+
[![MIT License](https://img.shields.io/npm/l/react-list.svg?style=flat-square)](http://opensource.org/licenses/MIT)
4+
[![Travis](https://travis-ci.org/guiqui/react-virtual-list.svg?branch=master&style=flat-square)](https://travis-ci.org/guiqui/react-virtual-list)
5+
[![codecov](https://codecov.io/gh/guiqui/react-virtual-list/branch/master/graph/badge.svg)](https://codecov.io/gh/guiqui/react-virtual-list)
6+
7+
An awesome blazing fast timeline -gantt component.
8+
It can be easly customize by providing its own item renderer.

demo/index.html

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6+
<meta name="theme-color" content="#000000">
7+
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500"> -->
8+
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
9+
10+
<title>UxxU</title>
11+
<!-- <script type="text/javascript">
12+
!function(a,b,c,d,e,f,g,h){a.RaygunObject=e,a[e]=a[e]||function(){
13+
(a[e].o=a[e].o||[]).push(arguments)},f=b.createElement(c),g=b.getElementsByTagName(c)[0],
14+
f.async=1,f.src=d,g.parentNode.insertBefore(f,g),h=a.onerror,a.onerror=function(b,c,d,f,g){
15+
h&&h(b,c,d,f,g),g||(g=new Error(b)),a[e].q=a[e].q||[],a[e].q.push({
16+
e:g})}}(window,document,"script","//cdn.raygun.io/raygun4js/raygun.min.js","rg4js");
17+
</script> -->
18+
</head>
19+
<body>
20+
<div id="react-container"></div>
21+
<!-- <script type="text/javascript">
22+
rg4js('apiKey', 'jRGEwVafNel9xCfWMbD64w==');
23+
rg4js('enableCrashReporting', true);
24+
rg4js('enablePulse', true);
25+
</script> -->
26+
<script src="webpack-bundle.js" ></script>
27+
</body>
28+
</html>
29+

demo/webpack-bundle.js

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
2-
"name": "react-timeline",
3-
"version": "1.0.0",
2+
"name": "react-gantt-timeline",
3+
"version": "0.1.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"start": "webpack-dev-server --mode development --open",
8-
"prod": "webpack-dev-server --mode production --open",
9-
"build": "webpack --mode production",
10-
"test": "jest"
7+
"start": "webpack-dev-server --mode development --open --config webpack.config.demo.js ",
8+
"prod": "webpack --mode production --open --config webpack.config.demo.js ",
9+
"build": "webpack --mode production --config webpack.config.build.js",
10+
"lint": "eslint src",
11+
"test": "jest && codecov",
12+
"prepublish": "rm -rf ./dist && npm run build"
1113
},
1214
"dependencies": {
1315
"css-layout": "^1.1.1",

scr/components/timeline/TimeLinePage.js

-20
This file was deleted.

scr/components/virtualize/Vlist.css

-22
This file was deleted.

scr/components/virtualize/Vlist.js

-78
This file was deleted.

scr/pages/App.css

-49
This file was deleted.

scr/pages/App.js

-24
This file was deleted.

scr/index.js src/demo/index.js

File renamed without changes.

0 commit comments

Comments
 (0)