Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hard-coded project id #14

Open
jniles opened this issue Dec 6, 2023 · 0 comments · May be fixed by #21
Open

Hard-coded project id #14

jniles opened this issue Dec 6, 2023 · 0 comments · May be fixed by #21
Labels
enhancement New feature or request

Comments

@jniles
Copy link

jniles commented Dec 6, 2023

It appears the project_id is hard-coded. It would be better if the user were able to select a project, or at least write in the project ID (perhaps defaulting to 1). This would allow greater flexibility for deploying the application in other settings.

The specific code I'm referring to is here:

body: jsonEncode(<String, dynamic>{
'username': _username,
'password': _password,
'project': 1,
}));

@jniles jniles added the enhancement New feature or request label Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant