elichad
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Solution A short (~5 minutes) questionnaire that leads to a badge for your README indicating your maintenance/end-of-life plans. This should be a minimal amount of work to encourage people to consider maintenance without becoming overwhelmed by the options ## Questions include: * How much maintenance do you want to do? None/a tiny bit/a lot/etc. * Do you have funding for maintenance? * Have you identified funding opportunities for further maintenance? * How long do you intend to maintain for? * Will you continue maintenance after funding runs out? * Who is the contact person at the end of the project? * Do you expect to ever come back to this project for further development? I.e. is this a development gap, not end-of-life * Do you welcome new development from other people? Are you able to answer questions/open to being contacted? * Do you support/help track forks for new development? # Diagrams / Illustrations ![](https://i.imgur.com/unGDJYH.png) # New discussion ## Possible questions * Does the project have a specific end date? * Is this an individual project, or team-based? * Is there funding available to cover ongoing support? If not, do you intend to seek funding? * Is there potential for the project to be extended? * Is there a dedicated person for ongoing maintenance, or shared responsibility? * Will you provide support, or will it be passed to someone else? * How long will the end-of-life support (hoped to) be? * Will your contact details/affiliation change? * Will the future users be the current users, or will the project become more widely adopted? * Is there a specific server/webhost/database instance required, or is it standalone/bundled? * What type of maintenance Do you intend to do? none/Merge PRs only/minor bug fixes only/bug fixes only/more… * Do you welcome new issues/pull requests? * Do you welcome new contributors/maintainers? * Are there commitments to the funding body/other relating to ongoing provision? * How sustainable is the project currently? * Will "replacement projects" be pointed to if the project is superseded? * What is the career stage of the developers/supporters? Assume high level parts are binary "yes"/"no" ### Question themes * funding * continued dev vs maintenance * infrastructure * size of userbase * size of maintainer group * contactability of developers/contact info ## Logic - text with a couple of lines saying what the questionnaire is about - Load first question - Text of the question - Options for the answers/(multiple choice, maybe a few free text?) - Button to accept - save the answer - Based on output, load next question - logic that process all answers and allote badges - display badges HTML code to be copied ## Communication between front- and back-end * Expose "question and choice(s)" * Present badge * Request "answer" ```python= question = ("question text", { "option 1": next_question, "option 2": next_question }) question_returned = ("question text", question[1].keys()) def get_question(): """Returns: the text of a question, an iterable of options, and the next steps for each option.""" #question_returned (as above) #status = boolean -if False get_badge- return (status, question_returned) def put_answer(question_text, chosen_option): """ Returns status: Error, etc. More questions True/False""" #chosen option = string return status def get_badge(): return md_code def reset(): current_question = first_question return status ``` ## Other information to render from repository * Introduction text/instructions page * Additional resources, suggested badge list ```python example={ 1: Question("example text 1", {"option 1 ": 2, "option 2": 3}), 2: Question("example text 2", {"option 1 ": 2, "option 2": 3}), 3: Question("example text 3", {"option 1 ": 2, "option 2": 3}) } ``` ## Judging criteria 1. Novelty, creativity, coolness and/or usefulness We've defined the problem in the README and hope that it applies to the community. It isn't just "our problem". The presentation will feature a walkthrough of the decision tree and show a badge. We add a badge to this repository. 2. Implementation and infrastructure We follow good practice: we use collaborative tools (GitHub, REPL.it, hackmd, Zoom(!), Binder) and accessible server. It hopefully works when demonstrated. 3. Demo and presentation Demonstration of the UI, repository and walking through to reach a decisions. Explained while doing so some of the design choices. 4. Project transparency We have a public GitHub repository (collaboration restrictions for development) and Binder which is open. Repository has a README which has signficant design and motivation documenatation. Python code has docstrings. CC-BY 4.0 licence with code of conduct and contribution guidelines. 5. Future potential Project is extensible (and incomplete) with "known issues" (including development idea) provided in the README. 6. Team work All team members had things to do, even the one who hates Python. PRs raised and reviewed. QA review on back- and front-ends. Good splitting up of work, with sufficient overlap for sensible review but not needless duplication.

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully