CSCfi / CSCfi/rems

The default intro text refers to multiple applicants even when the feature is disabled from the workflow.

Open
#2,727 0 comments 0 reactions 0 assignees View on GitHub
BUG Easy Good First Issue Hacktoberfest
Dominant language
Clojure
Stars
66
Forks
28
Avg merge
7d 4h
Merged PRs (30d)
2

Description

The intro text in the application page: "Fill out and submit the application. Several applicants can be invited as members of the application, and each applicant has to accept the terms of use to gain access." is used always, even when the `invite-member` action is not available.

We could split the text and include the part about other members only if one can invite. Other alternative is to move the info about invitations near the invitation action itself.

See `can-invite?` in `application.cljs`.

- [ ] split the info text into two where one part is shown only if `invite-member` action is available

![invite_member](https://user-images.githubusercontent.com/823661/193533884-ea520bc2-017d-41a9-a3f6-a196cb28ef69.png)

Contributor guide

Open the contributing guide

Research direction

Start in application.cljs and inspect the application-page intro text alongside can-invite?. Confirm how the invite-member action is exposed in the workflow, then ensure the invitation explanation appears only when that action is available. Done means the intro no longer refers to multiple applicants when invitations are disabled.

Written by the indexing model from the issue text.

Assessment

Tech stack
clojure
Domain
authorization, frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.