hyperschedule / hyperschedule-react

Experimental React-based replacement for the Hyperschedule frontend.
0 stars 0 forks source link

Move slot entity HTML generation into its own component #5

Open raxod502 opened 6 years ago

raxod502 commented 6 years ago

From @PythonNut on January 12, 2018 6:49

The HTML for slot entities is currently computed in src/model.js. This is a horrifying travesty that must be corrected.

Ideally, a slot entity would be its own self-contained component. This will pave the way for implementing actions based on their contents.

Copied from original issue: MuddCreates/hyperschedule#41

raxod502 commented 6 years ago

From @PythonNut on January 14, 2018 7:9

The immediate crisis has been averted, although the solution is hardly optimal.