Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
add indiening files to createproject for teacher
Browse files Browse the repository at this point in the history
  • Loading branch information
ALBERICLOOS committed Mar 10, 2024
1 parent d6df5c2 commit 648d133
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions frontend/src/components/CreateProject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,27 @@ export function CreateProject(): JSX.Element {
</div>
</div>
</div>
<div className="field is-horizontal">
<div className="field-label">
<label className="label">Indiening files:</label>
</div>
<div className="field-body">
<div className="field">
<label>Specifieer welke files de ingediende zip moet bevatten. Splits per komma.</label>
<br/>
<Inputfield placeholder="vb: diagram.dgr,verslag.pdf,textbestand.txt"/>
<br/>
<div className="field is-horizontal">
<div className="field-label">
<input type="checkbox"/> {/*TODO doe iets*/}
</div>
<div className="field-body">
<label className="label is-fullwidth">ook andere files toegelaten</label>
</div>
</div>
</div>
</div>
</div>
<div className="field is-horizontal">
<div className="field-label">
<label className="label">Groepswerk:</label>
Expand All @@ -122,9 +143,7 @@ export function CreateProject(): JSX.Element {
<>
<div className="field is-horizontal">
<div className="field-label">
<label className="checkbox">
<input type="checkbox"/>
</label>
<input type="checkbox"/>
</div>
<div className="field-body">
<label className="label is-fullwidth">verwisselingen toestaan</label>
Expand All @@ -139,9 +158,7 @@ export function CreateProject(): JSX.Element {
<div className="field-body">
<div className="field is-horizontal">
<div className="field-label">
<label className="checkbox">
<input type="checkbox"/>
</label>
<input type="checkbox"/>
</div>
<div className="field-body">
<label className="label is-fullwidth">random</label>
Expand All @@ -150,9 +167,7 @@ export function CreateProject(): JSX.Element {
</div>
<div className="field is-horizontal">
<div className="field-label">
<label className="checkbox">
<input type="checkbox"/>
</label>
<input type="checkbox"/>
</div>
<div className="field-body">

Expand Down

0 comments on commit 648d133

Please sign in to comment.