Part 2: Project Operations: Prioritization #71
Erioldoesdesign
started this conversation in
Findings discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduction; Usability, a competing priority?
Like any other software, prioritizing what to build and who to build it for is an important aspect of directing development and maintenance of open source science & research software. Project leaders and maintainers strongly consider users when it comes to prioritizing what to build.
Many factors influence what leaders and maintainers prioritize, such as:
Fixing and Adding Features are Prioritized Over Usability
Usability or user experience almost never take precedence over fixing or adding features. Scientific and Research OSS projects prioritize bugs or issues that impede a user’s ability to operate or use the platform, followed by features and functionality above anything else. We consistently heard across projects that design and usability are not needed as much as fixing the breaking changes. Participants said that usability is "important" but not a "priority". For example, one respondent who identifies as a designer said:
“UX/UI is not seen as integral to the process. I don’t think it is valued less but not important enough to plan around or prioritize.”
User experience and usability tend to be seen as less valuable and irrelevant for scientific work and thus are not prioritized
Some projects perceive design as “prettiness.” For them, design is not seen as furthering the mission of science and as such because of which its design takes a back seat. Alternatively, design is seen as optimization or beautification of a feature which the SROSS community feels is a secondary activity and can be done later. It is the norm for projects to skip past any design stage.
One of the surfacing reasons for UX/UI to take a back seat is to make the most of contributors’ limited time, which is not always in abundance be it salaried staff or volunteers. While this would usually call for an early design involvement, in order to ensure, with low resources that the SROSS is built user-centered from the start, that is not the common case. Typically in commercial/non-open source projects that are resource constrained, design is more likely to be included earlier in the product development stage as a robust and comprehensive design research process helps product teams know earlier which features of a tool to de-prioritise based on user needs. In open source, because design is perceived as either resource intense or the project lack the access to design knowledge or designers, it is skipped and can therefore lead to a longer and less user-informed product development process by way of perceiving design as superfluous to immediate needs.. Typically in commercial/non-open source projects that are resource constrained, design is more likely to be included earlier in the product development stage. A robust and comprehensive design research process helps product teams know earlier which features of a tool to de-prioritise based on user needs. In open source however, it is skipped because design is perceived as either resource intensive or the project lacks the access to design knowledge or designers, and can therefore lead to a longer and less user-informed product development process by way of perceiving design as superfluous to immediate needs.
Projects consisting of UX staff are able to weave a layer of usability into the fabric of the software. And yet, there are projects that are unable to prioritize usability despite having UX staff. Some see design as an ever evolving, recurring cycle which gets in the way of shipping a usable product to users. It is something that “would change later if designed now”. Could it be that as a software community, we haven’t arrived at a clear language that explains how prioritizing usability and design will have positive impacts to the core of scientific work?
Prioritization techniques in Scientific OS Software
Scientific OS projects adopt various techniques to prioritize user feedback like polling, voting, or discussing the priority order directly with users or clients. This is facilitated by periodic community calls, as well as communication and tracking tools like Github andGitter. However, there’s no standard processes, decision making framework for prioritization in scientific OS product development.
There are several factors that impact prioritization:
Conclusion
There is an awareness of accessibility and usability in scientific OS projects. In general, contributors voice the intention to prioritize meaningful design of the software and demonstrate openness to include design into the process, but they lack clarity to do so. This shows that UX is not seen as bad for the project but also there’s less action on it. Sometimes, it can even be a fair rationalization to not prioritize usability when the project funding and sustainability directly depends on realized features for the software and not really the effectiveness of its use. It may be a long journey to normalize usability as a part of the scientific OS development process and not a competing priority. Establishing the purpose and impact of user experience design will be a great start.
Our recommendation/s:
Prioritize design and usability of the software from the beginning: By weaving UX/UI into the design and build of software, project leads and contributors will save time later when responding to adoption and usability issues.
Create a clear and shared vocabulary around design and usability in OSS: Grounding the definitions as a critical part of the build process would help shift perceptions and help project leads and contributors prioritize UX/UI.
Conceptualize and design the feature exactly how it needs to be built: Since developer time on OS is limited, it is more efficient to design and then write code for it.
Beta Was this translation helpful? Give feedback.
All reactions