Joachim Tislov
Joachim Tislov
Seems a bit unnecessary for me, but can be done in a more sturdy way when Quickfeed is integrated with a LMS system. Students primarly visit Quickfeed to view their...
Through the user interface or by uploading a markdown file to the `tests` github repository? Since the `kit` module appears to already support multiple choice questions, see [multiple_choice.go](https://github.com/quickfeed/quickfeed/blob/master/kit/exercise/multiple_choice.go) and the...
I don't think that picture is accurate. Selected submission is null after a reload and displaying a review will therefore be difficult. I think this happens because of some other...
Can also add a `force` flag which ignores certain constraints. For example, creating a new app is restricted if the `.env.bak` exist or if app ID is defined. Using this...
@meling Do you want this to be implemented? It will improve the development flow and prevent users from wasting time on deleting backup .env files, removing app information, creating env...
> In terms of automating generation of .env, I think it would be interesting to try that, if we can remove the .env-template file The `.env` can't be fully generated...
A possible replacement for the `domain` flag can be to add a input field for the `domain` along with information about deploying to production in the mainfest - success page....
> I cannot imagine why you would want to run -watch in production. It was to visualize the cases.... debated on not including it.. as the description says: "This is...
Be aware, Im not to sure about the force flag, but I don't like the current setup with the `-new` flag and its restrictions. > 1. I don't think we...
In retrospect; I think we could keep the `-new` flag if we add the following changes; 1. Create new app if the APP ID is not defined 2. Ask the...