Skip to content

Commit

Permalink
Removed: Older/Obsolete Info around Picking Files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jan 15, 2025
1 parent 2a9fbce commit 03726df
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions docs/developers/decisions/backend/0019-updating-mods.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,11 @@ For now, we will:
- [Use the 'fuzzy' search strategy](#fuzzy-search-strategy) to match files. (Phase 0)

***Once all other work around updates (UI, etc.)*** is complete, with a working prototype, we will
improve on this by doing the following:
improve on this by doing the following (Phase 1):

- [Use the `file_updates` array from V1 API's Querying Mod Files][querying-mod-files]
- Or an equivalent V2 API, if available.

## Displaying Mod Updates

!!! info "We display all files on a given mod page that are more recent (file upload time) than the user's file."

Although uncommon this may include:

- Files for other mods on same mod page.
- Older files (if uploaded out of order).

We will for now rely on *users' common sense* to identify whether a file is an
update to a previous file or not. Until site decides on future plans.

## Fuzzy Search Strategy

!!! info "This is a 'cheap' strategy to try detect file updates in the presence of [missing update links][querying-mod-files]"
Expand Down

0 comments on commit 03726df

Please sign in to comment.